Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.sonatype.restsimple |
ArtifactId | ArtifactIdrestsimple-client |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
restsimple-client-0.1.pom | |
restsimple-client-0.1.jar | 8 KB |
restsimple-client-0.1-sources.jar | 5 KB |
restsimple-client-0.1-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sonatype.restsimple/restsimple-client/ -->
<dependency>
<groupId>org.sonatype.restsimple</groupId>
<artifactId>restsimple-client</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.restsimple/restsimple-client/
implementation 'org.sonatype.restsimple:restsimple-client:0.1'
// https://jarcasting.com/artifacts/org.sonatype.restsimple/restsimple-client/
implementation ("org.sonatype.restsimple:restsimple-client:0.1")
'org.sonatype.restsimple:restsimple-client:jar:0.1'
<dependency org="org.sonatype.restsimple" name="restsimple-client" rev="0.1">
<artifact name="restsimple-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.restsimple', module='restsimple-client', version='0.1')
)
libraryDependencies += "org.sonatype.restsimple" % "restsimple-client" % "0.1"
[org.sonatype.restsimple/restsimple-client "0.1"]