GroupId | GroupIdorg.codegist.crest |
---|---|
ArtifactId | ArtifactIdcodegist-crest-sample |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
codegist-crest-sample-1.0.0.pom | |
codegist-crest-sample-1.0.0.jar | 78 KB |
codegist-crest-sample-1.0.0-sources.jar | 70 KB |
codegist-crest-sample-1.0.0-javadoc.jar | 368 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codegist.crest/codegist-crest-sample/ -->
<dependency>
<groupId>org.codegist.crest</groupId>
<artifactId>codegist-crest-sample</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.codegist.crest/codegist-crest-sample/
implementation 'org.codegist.crest:codegist-crest-sample:1.0.0'
// https://jarcasting.com/artifacts/org.codegist.crest/codegist-crest-sample/
implementation ("org.codegist.crest:codegist-crest-sample:1.0.0")
'org.codegist.crest:codegist-crest-sample:jar:1.0.0'
<dependency org="org.codegist.crest" name="codegist-crest-sample" rev="1.0.0">
<artifact name="codegist-crest-sample" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codegist.crest', module='codegist-crest-sample', version='1.0.0')
)
libraryDependencies += "org.codegist.crest" % "codegist-crest-sample" % "1.0.0"
[org.codegist.crest/codegist-crest-sample "1.0.0"]