Specs2 is a Scala testing framework for writing executable software specifications, supporting acceptance and unit testing.
<dependency>
<groupId>org.specs2</groupId>
<artifactId>specs2_2.9.0-1</artifactId>
<version>1.8.2</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Write a simple specification using specs2.
Use the latest specs2 artifact for your Scala version (e.g., org.specs2:specs2-core_2.13).
No dependency data recorded yet.