| GroupId | GroupIdcom.github.gobars |
|---|---|
| ArtifactId | ArtifactIdid |
| Version | Version0.0.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| id-0.0.6.pom | |
| id-0.0.6-sources.jar | 21 KB |
| id-0.0.6-javadoc.jar | 541 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.gobars/id/ -->
<dependency>
<groupId>com.github.gobars</groupId>
<artifactId>id</artifactId>
<version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gobars/id/
implementation 'com.github.gobars:id:0.0.6'
// https://jarcasting.com/artifacts/com.github.gobars/id/
implementation ("com.github.gobars:id:0.0.6")
'com.github.gobars:id:jar:0.0.6'
<dependency org="com.github.gobars" name="id" rev="0.0.6">
<artifact name="id" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gobars', module='id', version='0.0.6')
)
libraryDependencies += "com.github.gobars" % "id" % "0.0.6"
[com.github.gobars/id "0.0.6"]