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