| License |
License |
|---|---|
| Categories |
CategoriesAnt Build Tools |
| GroupId | GroupIdcom.rezzedup.util |
| ArtifactId | ArtifactIdconstants |
| Last Version | Last Version0.2.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionConstants
Utilities for static final constants.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| constants-0.2.1.pom | |
| constants-0.2.1.jar | 31 KB |
| constants-0.2.1-sources.jar | 20 KB |
| constants-0.2.1-javadoc.jar | 500 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.rezzedup.util/constants/ -->
<dependency>
<groupId>com.rezzedup.util</groupId>
<artifactId>constants</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.rezzedup.util/constants/
implementation 'com.rezzedup.util:constants:0.2.1'
// https://jarcasting.com/artifacts/com.rezzedup.util/constants/
implementation ("com.rezzedup.util:constants:0.2.1")
'com.rezzedup.util:constants:jar:0.2.1'
<dependency org="com.rezzedup.util" name="constants" rev="0.2.1">
<artifact name="constants" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rezzedup.util', module='constants', version='0.2.1')
)
libraryDependencies += "com.rezzedup.util" % "constants" % "0.2.1"
[com.rezzedup.util/constants "0.2.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| pl.tlinkowski.annotation : pl.tlinkowski.annotation.basic | jar | 0.2.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |