GroupId | GroupIdcom.github.roroche |
---|---|
ArtifactId | ArtifactIdeo-rest |
Version | Version0.0.3 |
Type | Typejar |
Filename | Size |
---|---|
eo-rest-0.0.3.pom | |
eo-rest-0.0.3.jar | 7 KB |
eo-rest-0.0.3-sources.jar | 3 KB |
eo-rest-0.0.3-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.roroche/eo-rest/ -->
<dependency>
<groupId>com.github.roroche</groupId>
<artifactId>eo-rest</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.roroche/eo-rest/
implementation 'com.github.roroche:eo-rest:0.0.3'
// https://jarcasting.com/artifacts/com.github.roroche/eo-rest/
implementation ("com.github.roroche:eo-rest:0.0.3")
'com.github.roroche:eo-rest:jar:0.0.3'
<dependency org="com.github.roroche" name="eo-rest" rev="0.0.3">
<artifact name="eo-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.roroche', module='eo-rest', version='0.0.3')
)
libraryDependencies += "com.github.roroche" % "eo-rest" % "0.0.3"
[com.github.roroche/eo-rest "0.0.3"]