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