Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdio.shulie.takin |
ArtifactId | ArtifactIdtakin-common-constants |
Version | Versioncommon-1.7.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.shulie.takin/takin-common-constants/ -->
<dependency>
<groupId>io.shulie.takin</groupId>
<artifactId>takin-common-constants</artifactId>
<version>common-1.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.shulie.takin/takin-common-constants/
implementation 'io.shulie.takin:takin-common-constants:common-1.7.0'
// https://jarcasting.com/artifacts/io.shulie.takin/takin-common-constants/
implementation ("io.shulie.takin:takin-common-constants:common-1.7.0")
'io.shulie.takin:takin-common-constants:jar:common-1.7.0'
<dependency org="io.shulie.takin" name="takin-common-constants" rev="common-1.7.0">
<artifact name="takin-common-constants" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.shulie.takin', module='takin-common-constants', version='common-1.7.0')
)
libraryDependencies += "io.shulie.takin" % "takin-common-constants" % "common-1.7.0"
[io.shulie.takin/takin-common-constants "common-1.7.0"]