MVN

fr.univ-valenciennes : mdd_2.12

Maven & Gradle

Jun 13, 2018
1 usages
0 stars

mdd · mdd

<dependency>
    <groupId>fr.univ-valenciennes</groupId>
    <artifactId>mdd_2.12</artifactId>
    <version>1.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fr.univ-valenciennes : mdd_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8

All Versions

Choose a version of fr.univ-valenciennes : mdd_2.12 to add to Maven or Gradle - All Versions:

  • Version Updated
  • mdd_2.12-1.8

    Jun 12, 2018
  • mdd_2.12-1.7

    Jun 06, 2018
  • mdd_2.12-1.6

    Apr 06, 2018
  • mdd_2.12-1.5.2

    Dec 01, 2017
  • mdd_2.12-1.5.1

    Jul 27, 2017
  • mdd_2.12-1.4.0

    Jun 29, 2017
  • mdd_2.12-1.3.0

    Jun 09, 2017
  • mdd_2.12-1.2.0

    Jun 08, 2017
  • mdd_2.12-1.1.0

    May 19, 2017
  • mdd_2.12-1.0.0

    May 11, 2017

How to add a dependency to Maven

Add the following fr.univ-valenciennes : mdd_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>fr.univ-valenciennes</groupId>
    <artifactId>mdd_2.12</artifactId>
    <version>1.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following fr.univ-valenciennes : mdd_2.12 gradle dependency to your build.gradle file:

implementation 'fr.univ-valenciennes:mdd_2.12:1.8'

Gradle Kotlin DSL: Add the following fr.univ-valenciennes : mdd_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("fr.univ-valenciennes:mdd_2.12:1.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following fr.univ-valenciennes : mdd_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "fr.univ-valenciennes" % "mdd_2.12" % "1.8"