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