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