MVN

fr.iscpif.gridscale.bundle : sge_2.12

Maven & Gradle

Oct 13, 2017
26 stars

sge · sge

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

Latest Version

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

  • Latest Stable: 1.100

All Versions

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

Version Vulnerabilities Updated
1.98
sge_2.12-1.98
1.97
sge_2.12-1.97
1.96
sge_2.12-1.96
1.95
sge_2.12-1.95
1.94
sge_2.12-1.94
1.93
sge_2.12-1.93
1.92
sge_2.12-1.92
1.91
sge_2.12-1.91
1.90
sge_2.12-1.90
1.89
sge_2.12-1.89
1.88
sge_2.12-1.88
1.100
sge_2.12-1.100

How to add a dependency to Maven

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

<dependency>
    <groupId>fr.iscpif.gridscale.bundle</groupId>
    <artifactId>sge_2.12</artifactId>
    <version>1.100</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'fr.iscpif.gridscale.bundle:sge_2.12:1.100'

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

implementation("fr.iscpif.gridscale.bundle:sge_2.12:1.100")

How to add a dependency to SBT Scala

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

libraryDependencies += "fr.iscpif.gridscale.bundle" % "sge_2.12" % "1.100"

Advertisement