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