Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.yingzhuo |
ArtifactId | ArtifactIdkushan-snowflake-client |
Version | Versionv1.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.yingzhuo/kushan-snowflake-client/ -->
<dependency>
<groupId>com.github.yingzhuo</groupId>
<artifactId>kushan-snowflake-client</artifactId>
<version>v1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yingzhuo/kushan-snowflake-client/
implementation 'com.github.yingzhuo:kushan-snowflake-client:v1.0.1'
// https://jarcasting.com/artifacts/com.github.yingzhuo/kushan-snowflake-client/
implementation ("com.github.yingzhuo:kushan-snowflake-client:v1.0.1")
'com.github.yingzhuo:kushan-snowflake-client:jar:v1.0.1'
<dependency org="com.github.yingzhuo" name="kushan-snowflake-client" rev="v1.0.1">
<artifact name="kushan-snowflake-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yingzhuo', module='kushan-snowflake-client', version='v1.0.1')
)
libraryDependencies += "com.github.yingzhuo" % "kushan-snowflake-client" % "v1.0.1"
[com.github.yingzhuo/kushan-snowflake-client "v1.0.1"]