MVN

com.github.mhshams : jnbis

Maven & Gradle

Jan 07, 2022
5 usages
93 stars

JNBIS · Java implementation of NIST Biometric Image Decoder. Based on NBIS V1.1.0

<dependency>
    <groupId>com.github.mhshams</groupId>
    <artifactId>jnbis</artifactId>
    <version>2.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.mhshams : jnbis to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.2

All Versions

Choose a version of com.github.mhshams : jnbis to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
jnbis-2.1.2
jnbis-2.1.1
jnbis-2.1.0
2.0.x
jnbis-2.0.3
jnbis-2.0.2
jnbis-2.0.1
jnbis-2.0.0
jnbis-2.0.0-M2
jnbis-2.0.0-M1
1.1.x
jnbis-1.1.0
1.0.x
jnbis-1.0.6
jnbis-1.0.5
jnbis-1.0.4

How to add a dependency to Maven

Add the following com.github.mhshams : jnbis maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.mhshams</groupId>
    <artifactId>jnbis</artifactId>
    <version>2.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.mhshams : jnbis gradle dependency to your build.gradle file:

implementation 'com.github.mhshams:jnbis:2.1.2'

Gradle Kotlin DSL: Add the following com.github.mhshams : jnbis gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.mhshams:jnbis:2.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.mhshams : jnbis sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.mhshams" % "jnbis" % "2.1.2"

Advertisement