GroupId | GroupIdcom.github.mhshams |
---|---|
ArtifactId | ArtifactIdjnbis |
Version | Version2.0.3 |
Type | Typejar |
Filename | Size |
---|---|
jnbis-2.0.3.pom | |
jnbis-2.0.3.jar | 78 KB |
jnbis-2.0.3-sources.jar | 47 KB |
jnbis-2.0.3-javadoc.jar | 694 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mhshams/jnbis/ -->
<dependency>
<groupId>com.github.mhshams</groupId>
<artifactId>jnbis</artifactId>
<version>2.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mhshams/jnbis/
implementation 'com.github.mhshams:jnbis:2.0.3'
// https://jarcasting.com/artifacts/com.github.mhshams/jnbis/
implementation ("com.github.mhshams:jnbis:2.0.3")
'com.github.mhshams:jnbis:jar:2.0.3'
<dependency org="com.github.mhshams" name="jnbis" rev="2.0.3">
<artifact name="jnbis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mhshams', module='jnbis', version='2.0.3')
)
libraryDependencies += "com.github.mhshams" % "jnbis" % "2.0.3"
[com.github.mhshams/jnbis "2.0.3"]