MVN

fr.iscpif.gridscale : sgeexample_2.12

Maven & Gradle

Oct 01, 2019
26 stars

sgeexample · sgeexample

<dependency>
    <groupId>fr.iscpif.gridscale</groupId>
    <artifactId>sgeexample_2.12</artifactId>
    <version>2.25</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.25

All Versions

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

Version Vulnerabilities Updated
2.25
sgeexample_2.12-2.25
2.23
sgeexample_2.12-2.23
2.22
sgeexample_2.12-2.22
2.21
sgeexample_2.12-2.21
2.20
sgeexample_2.12-2.20
2.19
sgeexample_2.12-2.19
2.17
sgeexample_2.12-2.17
2.16
sgeexample_2.12-2.16
2.15
sgeexample_2.12-2.15
2.14
sgeexample_2.12-2.14
2.13
sgeexample_2.12-2.13
2.12
sgeexample_2.12-2.12
2.11
sgeexample_2.12-2.11
2.10
sgeexample_2.12-2.10
2.9
sgeexample_2.12-2.9
2.8
sgeexample_2.12-2.8
2.7
sgeexample_2.12-2.7
2.6
sgeexample_2.12-2.6
2.5
sgeexample_2.12-2.5
2.4
sgeexample_2.12-2.4
2.3
sgeexample_2.12-2.3
2.2
sgeexample_2.12-2.2
2.1
sgeexample_2.12-2.1
2.0
sgeexample_2.12-2.0
1.98
sgeexample_2.12-1.98
1.97
sgeexample_2.12-1.97
1.96
sgeexample_2.12-1.96
1.95
sgeexample_2.12-1.95
1.94
sgeexample_2.12-1.94
1.93
sgeexample_2.12-1.93
1.92
sgeexample_2.12-1.92
1.91
sgeexample_2.12-1.91
1.90
sgeexample_2.12-1.90
1.89
sgeexample_2.12-1.89
1.100
sgeexample_2.12-1.100

How to add a dependency to Maven

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

<dependency>
    <groupId>fr.iscpif.gridscale</groupId>
    <artifactId>sgeexample_2.12</artifactId>
    <version>2.25</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'fr.iscpif.gridscale:sgeexample_2.12:2.25'

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

implementation("fr.iscpif.gridscale:sgeexample_2.12:2.25")

How to add a dependency to SBT Scala

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

libraryDependencies += "fr.iscpif.gridscale" % "sgeexample_2.12" % "2.25"

Advertisement