License |
License |
---|---|
Categories |
CategoriesAnt Build Tools Auto Application Layer Libs Code Generators |
GroupId | GroupIdcool.zhouxin |
ArtifactId | ArtifactIdauto-constants |
Last Version | Last Version0.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionauto-constants
a tool for create constants for java bean automatically
|
Project URL |
Project URL |
Filename | Size |
---|---|
auto-constants-0.0.2.pom | |
auto-constants-0.0.2.jar | 1002 KB |
auto-constants-0.0.2-sources.jar | 4 KB |
auto-constants-0.0.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/cool.zhouxin/auto-constants/
implementation 'cool.zhouxin:auto-constants:0.0.2'
// https://jarcasting.com/artifacts/cool.zhouxin/auto-constants/
implementation ("cool.zhouxin:auto-constants:0.0.2")
'cool.zhouxin:auto-constants:jar:0.0.2'
<dependency org="cool.zhouxin" name="auto-constants" rev="0.0.2">
<artifact name="auto-constants" type="jar" />
</dependency>
@Grapes(
@Grab(group='cool.zhouxin', module='auto-constants', version='0.0.2')
)
libraryDependencies += "cool.zhouxin" % "auto-constants" % "0.0.2"
[cool.zhouxin/auto-constants "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok Optional | jar | 1.18.10 |