GroupId | GroupIdorg.refcodes |
---|---|
ArtifactId | ArtifactIdrefcodes-rest |
Version | Version2.1.5 |
Type | Typejar |
Filename | Size |
---|---|
refcodes-rest-2.1.5.pom | |
refcodes-rest-2.1.5.jar | 182 KB |
refcodes-rest-2.1.5-tests.jar | 32 KB |
refcodes-rest-2.1.5-test-sources.jar | 21 KB |
refcodes-rest-2.1.5-sources.jar | 176 KB |
refcodes-rest-2.1.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.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.refcodes/refcodes-rest/
implementation 'org.refcodes:refcodes-rest:2.1.5'
// https://jarcasting.com/artifacts/org.refcodes/refcodes-rest/
implementation ("org.refcodes:refcodes-rest:2.1.5")
'org.refcodes:refcodes-rest:jar:2.1.5'
<dependency org="org.refcodes" name="refcodes-rest" rev="2.1.5">
<artifact name="refcodes-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.refcodes', module='refcodes-rest', version='2.1.5')
)
libraryDependencies += "org.refcodes" % "refcodes-rest" % "2.1.5"
[org.refcodes/refcodes-rest "2.1.5"]