| Categories |
CategoriesAnt Build Tools JNR Development Tools Native |
|---|---|
| GroupId | GroupIdcom.github.jnr |
| ArtifactId | ArtifactIdjnr-constants |
| Version | Version0.9.14 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jnr-constants-0.9.14.pom | |
| jnr-constants-0.9.14.jar | 638 KB |
| jnr-constants-0.9.14-sources.jar | 219 KB |
| jnr-constants-0.9.14-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.jnr/jnr-constants/ -->
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-constants</artifactId>
<version>0.9.14</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jnr/jnr-constants/
implementation 'com.github.jnr:jnr-constants:0.9.14'
// https://jarcasting.com/artifacts/com.github.jnr/jnr-constants/
implementation ("com.github.jnr:jnr-constants:0.9.14")
'com.github.jnr:jnr-constants:jar:0.9.14'
<dependency org="com.github.jnr" name="jnr-constants" rev="0.9.14">
<artifact name="jnr-constants" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jnr', module='jnr-constants', version='0.9.14')
)
libraryDependencies += "com.github.jnr" % "jnr-constants" % "0.9.14"
[com.github.jnr/jnr-constants "0.9.14"]