MVN

fr.iscpif.gridscale : httpexample_2.12

Maven & Gradle

Oct 01, 2019
26 stars

httpexample · httpexample

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

Latest Version

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

  • Latest Stable: 2.25

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement