MVN

fr.iscpif.gridscale.bundle : oar_2.11

Maven & Gradle

Oct 13, 2017
26 stars

oar · oar

<dependency>
    <groupId>fr.iscpif.gridscale.bundle</groupId>
    <artifactId>oar_2.11</artifactId>
    <version>1.100</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fr.iscpif.gridscale.bundle : oar_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.100

All Versions

Choose a version of fr.iscpif.gridscale.bundle : oar_2.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.98
oar_2.11-1.98
1.97
oar_2.11-1.97
1.96
oar_2.11-1.96
1.95
oar_2.11-1.95
1.94
oar_2.11-1.94
1.93
oar_2.11-1.93
1.92
oar_2.11-1.92
1.91
oar_2.11-1.91
1.90
oar_2.11-1.90
1.89
oar_2.11-1.89
1.88
oar_2.11-1.88
1.87.x
oar_2.11-1.87.0
1.86
oar_2.11-1.86
1.85
oar_2.11-1.85
1.84
oar_2.11-1.84
1.83
oar_2.11-1.83
1.81
oar_2.11-1.81
1.79
oar_2.11-1.79
1.78
oar_2.11-1.78
1.76
oar_2.11-1.76
1.75
oar_2.11-1.75
1.74
oar_2.11-1.74
1.100
oar_2.11-1.100

How to add a dependency to Maven

Add the following fr.iscpif.gridscale.bundle : oar_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>fr.iscpif.gridscale.bundle</groupId>
    <artifactId>oar_2.11</artifactId>
    <version>1.100</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following fr.iscpif.gridscale.bundle : oar_2.11 gradle dependency to your build.gradle file:

implementation 'fr.iscpif.gridscale.bundle:oar_2.11:1.100'

Gradle Kotlin DSL: Add the following fr.iscpif.gridscale.bundle : oar_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("fr.iscpif.gridscale.bundle:oar_2.11:1.100")

How to add a dependency to SBT Scala

SBT Scala: Add the following fr.iscpif.gridscale.bundle : oar_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "fr.iscpif.gridscale.bundle" % "oar_2.11" % "1.100"

Advertisement