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