GroupId | GroupIdorg.specrunner |
---|---|
ArtifactId | ArtifactIdspecrunner-tools |
Version | Version1.4.54 |
Type | Typepom |
Filename | Size |
---|---|
specrunner-tools-1.4.54.pom | 939 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.specrunner/specrunner-tools/ -->
<dependency>
<groupId>org.specrunner</groupId>
<artifactId>specrunner-tools</artifactId>
<version>1.4.54</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.specrunner/specrunner-tools/
implementation 'org.specrunner:specrunner-tools:1.4.54'
// https://jarcasting.com/artifacts/org.specrunner/specrunner-tools/
implementation ("org.specrunner:specrunner-tools:1.4.54")
'org.specrunner:specrunner-tools:pom:1.4.54'
<dependency org="org.specrunner" name="specrunner-tools" rev="1.4.54">
<artifact name="specrunner-tools" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.specrunner', module='specrunner-tools', version='1.4.54')
)
libraryDependencies += "org.specrunner" % "specrunner-tools" % "1.4.54"
[org.specrunner/specrunner-tools "1.4.54"]