is not current version
Last Version 0.0.2

cool.zhouxin:auto-constants 0.0.1

a tool for create constants for java bean automatically

Categories

Categories

Ant Build Tools Auto Application Layer Libs Code Generators
GroupId

GroupId

cool.zhouxin
ArtifactId

ArtifactId

auto-constants
Version

Version

0.0.1
Type

Type

jar

Download auto-constants 0.0.1


<!-- 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"]