MVN

org.monifu : monifu-js_2.11

Maven & Gradle

Oct 06, 2014

monifu-js · monifu-js

<dependency>
    <groupId>org.monifu</groupId>
    <artifactId>monifu-js_2.11</artifactId>
    <version>0.14.0.M7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.monifu : monifu-js_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.14.0.M7
  • Latest Release Candidate: 0.13.0-RC5

All Versions

Choose a version of org.monifu : monifu-js_2.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.14.x
monifu-js_2.11-0.14.0.M7
monifu-js_2.11-0.14.0.M5
monifu-js_2.11-0.14.0.M4
monifu-js_2.11-0.14.0.M3
monifu-js_2.11-0.14.0.M2
0.13.x
monifu-js_2.11-0.13.0
monifu-js_2.11-0.13.0-RC5
monifu-js_2.11-0.13.0-RC4
monifu-js_2.11-0.13.0-RC3
monifu-js_2.11-0.13.0-RC2
monifu-js_2.11-0.13.0-RC1
0.12.x
monifu-js_2.11-0.12.2
monifu-js_2.11-0.12.1
monifu-js_2.11-0.12.0
0.11.x
monifu-js_2.11-0.11.0
0.10.x
monifu-js_2.11-0.10.0
0.9.x
monifu-js_2.11-0.9.5
monifu-js_2.11-0.9.4
monifu-js_2.11-0.9.3

How to add a dependency to Maven

Add the following org.monifu : monifu-js_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.monifu</groupId>
    <artifactId>monifu-js_2.11</artifactId>
    <version>0.14.0.M7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.monifu : monifu-js_2.11 gradle dependency to your build.gradle file:

implementation 'org.monifu:monifu-js_2.11:0.14.0.M7'

Gradle Kotlin DSL: Add the following org.monifu : monifu-js_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.monifu:monifu-js_2.11:0.14.0.M7")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.monifu : monifu-js_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.monifu" % "monifu-js_2.11" % "0.14.0.M7"

Advertisement