Categories |
CategoriesAnt Build Tools Auto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdcool.zhouxin |
ArtifactId | ArtifactIdauto-constants |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
auto-constants-0.0.1.pom | |
auto-constants-0.0.1.jar | 1002 KB |
auto-constants-0.0.1-sources.jar | 4 KB |
auto-constants-0.0.1-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cool.zhouxin/auto-constants/ -->
<dependency>
<groupId>cool.zhouxin</groupId>
<artifactId>auto-constants</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/cool.zhouxin/auto-constants/
implementation 'cool.zhouxin:auto-constants:0.0.1'
// https://jarcasting.com/artifacts/cool.zhouxin/auto-constants/
implementation ("cool.zhouxin:auto-constants:0.0.1")
'cool.zhouxin:auto-constants:jar:0.0.1'
<dependency org="cool.zhouxin" name="auto-constants" rev="0.0.1">
<artifact name="auto-constants" type="jar" />
</dependency>
@Grapes(
@Grab(group='cool.zhouxin', module='auto-constants', version='0.0.1')
)
libraryDependencies += "cool.zhouxin" % "auto-constants" % "0.0.1"
[cool.zhouxin/auto-constants "0.0.1"]