constants
Most commonly used constants for Java.
| License |
License |
|---|---|
| Categories |
CategoriesAnt Build Tools |
| GroupId | GroupIdcom.github.zhangzw0505 |
| ArtifactId | ArtifactIdcommons-constants |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncommons-constants
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| commons-constants-1.0.0.pom | |
| commons-constants-1.0.0.jar | 7 KB |
| commons-constants-1.0.0-sources.jar | 4 KB |
| commons-constants-1.0.0-javadoc.jar | 59 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.zhangzw0505/commons-constants/ -->
<dependency>
<groupId>com.github.zhangzw0505</groupId>
<artifactId>commons-constants</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zhangzw0505/commons-constants/
implementation 'com.github.zhangzw0505:commons-constants:1.0.0'
// https://jarcasting.com/artifacts/com.github.zhangzw0505/commons-constants/
implementation ("com.github.zhangzw0505:commons-constants:1.0.0")
'com.github.zhangzw0505:commons-constants:jar:1.0.0'
<dependency org="com.github.zhangzw0505" name="commons-constants" rev="1.0.0">
<artifact name="commons-constants" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zhangzw0505', module='commons-constants', version='1.0.0')
)
libraryDependencies += "com.github.zhangzw0505" % "commons-constants" % "1.0.0"
[com.github.zhangzw0505/commons-constants "1.0.0"]
Most commonly used constants for Java.