文件下载
文件名 操作
http_2.12-2.25.jar 下载
http_2.12-2.25.pom 下载
http_2.12-2.25-sources.jar 下载
Apache Maven
<dependency>
  <groupId>fr.iscpif.gridscale</groupId>
  <artifactId>http_2.12</artifactId>
  <version>2.25</version>
</dependency>
Gradle Groovy
implementation 'fr.iscpif.gridscale:http_2.12:2.25'
Gradle Kotlin
implementation("fr.iscpif.gridscale:http_2.12:2.25")
Scala SBT
libraryDependencies += "fr.iscpif.gridscale" % "http_2.12" % "2.25"
Groovy Grape
@Grapes(
  @Grab(group='fr.iscpif.gridscale', module='http_2.12', version='2.25')
)
Apache Ivy
<dependency org="fr.iscpif.gridscale" name="http_2.12" rev="2.25" />
Leiningen
[fr.iscpif.gridscale/http_2.12 "2.25"]
Apache Buildr
'fr.iscpif.gridscale:http_2.12:jar:2.25'