Specs2 is a software specifications library for Scala, providing matchers for testing.
<dependency>
<groupId>org.specs2</groupId>
<artifactId>specs2-matcher-extra_2.13</artifactId>
<version>4.23.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Imports the Matcher class from specs2 matchers.
Ensure Scala library is on classpath and consider using Java-compatible testing frameworks.
No dependency data recorded yet.