License |
License |
---|---|
Categories |
CategoriesAnt Build Tools JNR Development Tools Native |
GroupId | GroupIdcom.github.jnr |
ArtifactId | ArtifactIdjnr-constants |
Last Version | Last Version0.10.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjnr-constants
A set of platform constants (e.g. errno values)
|
Project URL |
Project URL |
Filename | Size |
---|---|
jnr-constants-0.10.3.pom | |
jnr-constants-0.10.3.jar | 514 KB |
jnr-constants-0.10.3-sources.jar | 213 KB |
jnr-constants-0.10.3-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.10.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jnr/jnr-constants/
implementation 'com.github.jnr:jnr-constants:0.10.3'
// https://jarcasting.com/artifacts/com.github.jnr/jnr-constants/
implementation ("com.github.jnr:jnr-constants:0.10.3")
'com.github.jnr:jnr-constants:jar:0.10.3'
<dependency org="com.github.jnr" name="jnr-constants" rev="0.10.3">
<artifact name="jnr-constants" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jnr', module='jnr-constants', version='0.10.3')
)
libraryDependencies += "com.github.jnr" % "jnr-constants" % "0.10.3"
[com.github.jnr/jnr-constants "0.10.3"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |