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