GroupId | GroupIdorg.refcodes |
---|---|
ArtifactId | ArtifactIdrefcodes-rest |
Version | Version2.0.5 |
Type | Typejar |
Filename | Size |
---|---|
refcodes-rest-2.0.5.pom | |
refcodes-rest-2.0.5.jar | 191 KB |
refcodes-rest-2.0.5-tests.jar | 36 KB |
refcodes-rest-2.0.5-test-sources.jar | 21 KB |
refcodes-rest-2.0.5-sources.jar | 166 KB |
refcodes-rest-2.0.5-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.refcodes/refcodes-rest/ -->
<dependency>
<groupId>org.refcodes</groupId>
<artifactId>refcodes-rest</artifactId>
<version>2.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.refcodes/refcodes-rest/
implementation 'org.refcodes:refcodes-rest:2.0.5'
// https://jarcasting.com/artifacts/org.refcodes/refcodes-rest/
implementation ("org.refcodes:refcodes-rest:2.0.5")
'org.refcodes:refcodes-rest:jar:2.0.5'
<dependency org="org.refcodes" name="refcodes-rest" rev="2.0.5">
<artifact name="refcodes-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.refcodes', module='refcodes-rest', version='2.0.5')
)
libraryDependencies += "org.refcodes" % "refcodes-rest" % "2.0.5"
[org.refcodes/refcodes-rest "2.0.5"]