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