GroupId | GroupIdorg.specrunner |
---|---|
ArtifactId | ArtifactIdspecrunner-objects |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
specrunner-objects-1.0.2.pom | |
specrunner-objects-1.0.2.jar | 18 KB |
specrunner-objects-1.0.2-sources.jar | 13 KB |
specrunner-objects-1.0.2-javadoc.jar | 60 KB |
Browse |
<!-- 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"]