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