<dependency> <groupId>com.github.jnr</groupId> <artifactId>jnr-constants</artifactId> <version>0.9.1</version> </dependency>
implementation 'com.github.jnr:jnr-constants:0.9.1'
implementation("com.github.jnr:jnr-constants:0.9.1")
libraryDependencies += "com.github.jnr" % "jnr-constants" % "0.9.1"
@Grapes( @Grab(group='com.github.jnr', module='jnr-constants', version='0.9.1') )
<dependency org="com.github.jnr" name="jnr-constants" rev="0.9.1" />
[com.github.jnr/jnr-constants "0.9.1"]
'com.github.jnr:jnr-constants:jar:0.9.1'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
test
|-- junit:junit:4.8.2