is not current version
Last Version 1.2

org.specrunner:specrunner-objects 1.0.2


GroupId

GroupId

org.specrunner
ArtifactId

ArtifactId

specrunner-objects
Version

Version

1.0.2
Type

Type

jar

Download specrunner-objects 1.0.2


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