MVN

edu.cmu.ml.rtw : matt-util_2.10

Maven & Gradle

May 19, 2016
1 usages
2 stars

matt-util · matt-util

<dependency>
    <groupId>edu.cmu.ml.rtw</groupId>
    <artifactId>matt-util_2.10</artifactId>
    <version>2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of edu.cmu.ml.rtw : matt-util_2.10 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2

All Versions

Choose a version of edu.cmu.ml.rtw : matt-util_2.10 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2
matt-util_2.10-2.2
2.1
matt-util_2.10-2.1
2.0
matt-util_2.10-2.0
1.2.x
matt-util_2.10-1.2.4
matt-util_2.10-1.2.3
matt-util_2.10-1.2.2
matt-util_2.10-1.2.1
1.2
matt-util_2.10-1.2
1.1
matt-util_2.10-1.1
1.0
matt-util_2.10-1.0

How to add a dependency to Maven

Add the following edu.cmu.ml.rtw : matt-util_2.10 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>edu.cmu.ml.rtw</groupId>
    <artifactId>matt-util_2.10</artifactId>
    <version>2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following edu.cmu.ml.rtw : matt-util_2.10 gradle dependency to your build.gradle file:

implementation 'edu.cmu.ml.rtw:matt-util_2.10:2.2'

Gradle Kotlin DSL: Add the following edu.cmu.ml.rtw : matt-util_2.10 gradle kotlin dependency to your build.gradle.kts file:

implementation("edu.cmu.ml.rtw:matt-util_2.10:2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following edu.cmu.ml.rtw : matt-util_2.10 sbt scala dependency to your build.sbt file:

libraryDependencies += "edu.cmu.ml.rtw" % "matt-util_2.10" % "2.2"

Advertisement