GroupId | GroupIdio.easyspring.framework |
---|---|
ArtifactId | ArtifactIdcommon-snowflake |
Version | Version1.0.0-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.easyspring.framework/common-snowflake/ -->
<dependency>
<groupId>io.easyspring.framework</groupId>
<artifactId>common-snowflake</artifactId>
<version>1.0.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.easyspring.framework/common-snowflake/
implementation 'io.easyspring.framework:common-snowflake:1.0.0-RELEASE'
// https://jarcasting.com/artifacts/io.easyspring.framework/common-snowflake/
implementation ("io.easyspring.framework:common-snowflake:1.0.0-RELEASE")
'io.easyspring.framework:common-snowflake:jar:1.0.0-RELEASE'
<dependency org="io.easyspring.framework" name="common-snowflake" rev="1.0.0-RELEASE">
<artifact name="common-snowflake" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.easyspring.framework', module='common-snowflake', version='1.0.0-RELEASE')
)
libraryDependencies += "io.easyspring.framework" % "common-snowflake" % "1.0.0-RELEASE"
[io.easyspring.framework/common-snowflake "1.0.0-RELEASE"]