GroupId | GroupIdorg.sonatype.restsimple |
---|---|
ArtifactId | ArtifactIdrestsimple-acceptance-test |
Version | Version0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.sonatype.restsimple/restsimple-acceptance-test/ -->
<dependency>
<groupId>org.sonatype.restsimple</groupId>
<artifactId>restsimple-acceptance-test</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.restsimple/restsimple-acceptance-test/
implementation 'org.sonatype.restsimple:restsimple-acceptance-test:0.2'
// https://jarcasting.com/artifacts/org.sonatype.restsimple/restsimple-acceptance-test/
implementation ("org.sonatype.restsimple:restsimple-acceptance-test:0.2")
'org.sonatype.restsimple:restsimple-acceptance-test:jar:0.2'
<dependency org="org.sonatype.restsimple" name="restsimple-acceptance-test" rev="0.2">
<artifact name="restsimple-acceptance-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.restsimple', module='restsimple-acceptance-test', version='0.2')
)
libraryDependencies += "org.sonatype.restsimple" % "restsimple-acceptance-test" % "0.2"
[org.sonatype.restsimple/restsimple-acceptance-test "0.2"]