is not current version
Last Version 2.3.3

org.specsy:specsy-junit 2.3.2


Categories

Categories

JUnit Unit Testing
GroupId

GroupId

org.specsy
ArtifactId

ArtifactId

specsy-junit
Version

Version

2.3.2
Type

Type

jar

Download specsy-junit 2.3.2


<!-- https://jarcasting.com/artifacts/org.specsy/specsy-junit/ -->
<dependency>
    <groupId>org.specsy</groupId>
    <artifactId>specsy-junit</artifactId>
    <version>2.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.specsy/specsy-junit/
implementation 'org.specsy:specsy-junit:2.3.2'
// https://jarcasting.com/artifacts/org.specsy/specsy-junit/
implementation ("org.specsy:specsy-junit:2.3.2")
'org.specsy:specsy-junit:jar:2.3.2'
<dependency org="org.specsy" name="specsy-junit" rev="2.3.2">
  <artifact name="specsy-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.specsy', module='specsy-junit', version='2.3.2')
)
libraryDependencies += "org.specsy" % "specsy-junit" % "2.3.2"
[org.specsy/specsy-junit "2.3.2"]