<dependency> <groupId>com.github.mhshams</groupId> <artifactId>jnbis</artifactId> <version>1.1.0</version> </dependency>
implementation 'com.github.mhshams:jnbis:1.1.0'
implementation("com.github.mhshams:jnbis:1.1.0")
libraryDependencies += "com.github.mhshams" % "jnbis" % "1.1.0"
@Grapes( @Grab(group='com.github.mhshams', module='jnbis', version='1.1.0') )
<dependency org="com.github.mhshams" name="jnbis" rev="1.1.0" />
[com.github.mhshams/jnbis "1.1.0"]
'com.github.mhshams:jnbis:jar:1.1.0'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- com.fasterxml.jackson.core:jackson-databind:2.3.3
test
|-- junit:junit:4.11