is not current version
Last Version 2.3.3

org.specsy:parent 2.3.0

Specsy is a BDD-style unit-level testing framework for Java/Scala/Groovy. It safely isolates mutable state and supports writing self-documenting tests/specifications.

GroupId

GroupId

org.specsy
ArtifactId

ArtifactId

parent
Version

Version

2.3.0
Type

Type

pom

Download parent 2.3.0

Filename Size
parent-2.3.0.pom 14 KB
Browse

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