MVN

im.bci : jnuit-core

Maven & Gradle

May 18, 2015
4 usages
3 stars

jnuit-core · jnuit core

<dependency>
    <groupId>im.bci</groupId>
    <artifactId>jnuit-core</artifactId>
    <version>0.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of im.bci : jnuit-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.13

All Versions

Choose a version of im.bci : jnuit-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.13
jnuit-core-0.13
0.12
jnuit-core-0.12
0.11
jnuit-core-0.11
0.10
jnuit-core-0.10
0.9
jnuit-core-0.9
0.8
jnuit-core-0.8
0.7
jnuit-core-0.7
0.6
jnuit-core-0.6
0.5
jnuit-core-0.5
0.4
jnuit-core-0.4
0.3
jnuit-core-0.3
0.2
jnuit-core-0.2

How to add a dependency to Maven

Add the following im.bci : jnuit-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>im.bci</groupId>
    <artifactId>jnuit-core</artifactId>
    <version>0.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following im.bci : jnuit-core gradle dependency to your build.gradle file:

implementation 'im.bci:jnuit-core:0.13'

Gradle Kotlin DSL: Add the following im.bci : jnuit-core gradle kotlin dependency to your build.gradle.kts file:

implementation("im.bci:jnuit-core:0.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following im.bci : jnuit-core sbt scala dependency to your build.sbt file:

libraryDependencies += "im.bci" % "jnuit-core" % "0.13"

Advertisement