| GroupId | GroupIdio.github.johnqxu |
|---|---|
| ArtifactId | ArtifactIdcrystal-flake |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| crystal-flake-1.0.0.pom | |
| crystal-flake-1.0.0.jar | 7 KB |
| crystal-flake-1.0.0-sources.jar | 7 KB |
| crystal-flake-1.0.0-javadoc.jar | 417 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.johnqxu/crystal-flake/ -->
<dependency>
<groupId>io.github.johnqxu</groupId>
<artifactId>crystal-flake</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.johnqxu/crystal-flake/
implementation 'io.github.johnqxu:crystal-flake:1.0.0'
// https://jarcasting.com/artifacts/io.github.johnqxu/crystal-flake/
implementation ("io.github.johnqxu:crystal-flake:1.0.0")
'io.github.johnqxu:crystal-flake:jar:1.0.0'
<dependency org="io.github.johnqxu" name="crystal-flake" rev="1.0.0">
<artifact name="crystal-flake" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.johnqxu', module='crystal-flake', version='1.0.0')
)
libraryDependencies += "io.github.johnqxu" % "crystal-flake" % "1.0.0"
[io.github.johnqxu/crystal-flake "1.0.0"]