MVN

fr.iscpif.gridscale : httpexample_2.11

Maven & Gradle

Oct 13, 2017
26 stars

httpexample · httpexample

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

Latest Version

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

  • Latest Stable: 1.100

All Versions

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

Version Vulnerabilities Updated
1.98
httpexample_2.11-1.98
1.97
httpexample_2.11-1.97
1.96
httpexample_2.11-1.96
1.95
httpexample_2.11-1.95
1.94
httpexample_2.11-1.94
1.93
httpexample_2.11-1.93
1.92
httpexample_2.11-1.92
1.91
httpexample_2.11-1.91
1.90
httpexample_2.11-1.90
1.89
httpexample_2.11-1.89
1.87.x
httpexample_2.11-1.87.0
1.100
httpexample_2.11-1.100

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'fr.iscpif.gridscale:httpexample_2.11:1.100'

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

implementation("fr.iscpif.gridscale:httpexample_2.11:1.100")

How to add a dependency to SBT Scala

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

libraryDependencies += "fr.iscpif.gridscale" % "httpexample_2.11" % "1.100"

Advertisement