GroupId | GroupIdcom.github.avarabyeu |
---|---|
ArtifactId | ArtifactIdrestendpoint |
Version | Version0.0.8 |
Type | Typejar |
Filename | Size |
---|---|
restendpoint-0.0.8.pom | |
restendpoint-0.0.8.jar | 51 KB |
restendpoint-0.0.8-sources.jar | 36 KB |
restendpoint-0.0.8-javadoc.jar | 229 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.avarabyeu/restendpoint/ -->
<dependency>
<groupId>com.github.avarabyeu</groupId>
<artifactId>restendpoint</artifactId>
<version>0.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.avarabyeu/restendpoint/
implementation 'com.github.avarabyeu:restendpoint:0.0.8'
// https://jarcasting.com/artifacts/com.github.avarabyeu/restendpoint/
implementation ("com.github.avarabyeu:restendpoint:0.0.8")
'com.github.avarabyeu:restendpoint:jar:0.0.8'
<dependency org="com.github.avarabyeu" name="restendpoint" rev="0.0.8">
<artifact name="restendpoint" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.avarabyeu', module='restendpoint', version='0.0.8')
)
libraryDependencies += "com.github.avarabyeu" % "restendpoint" % "0.0.8"
[com.github.avarabyeu/restendpoint "0.0.8"]