GroupId | GroupIdcom.github.crisposs |
---|---|
ArtifactId | ArtifactIdabs-api-remote-sample |
Version | Version0.8.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.crisposs/abs-api-remote-sample/ -->
<dependency>
<groupId>com.github.crisposs</groupId>
<artifactId>abs-api-remote-sample</artifactId>
<version>0.8.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.crisposs/abs-api-remote-sample/
implementation 'com.github.crisposs:abs-api-remote-sample:0.8.6'
// https://jarcasting.com/artifacts/com.github.crisposs/abs-api-remote-sample/
implementation ("com.github.crisposs:abs-api-remote-sample:0.8.6")
'com.github.crisposs:abs-api-remote-sample:jar:0.8.6'
<dependency org="com.github.crisposs" name="abs-api-remote-sample" rev="0.8.6">
<artifact name="abs-api-remote-sample" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.crisposs', module='abs-api-remote-sample', version='0.8.6')
)
libraryDependencies += "com.github.crisposs" % "abs-api-remote-sample" % "0.8.6"
[com.github.crisposs/abs-api-remote-sample "0.8.6"]