| GroupId | GroupIdfr.iscpif.gridscale |
|---|---|
| ArtifactId | ArtifactIdhttpexample_2.12 |
| Version | Version2.10 |
| Type | Typejar |
| Filename | Size |
|---|---|
| httpexample_2.12-2.10.pom | |
| httpexample_2.12-2.10.jar | 307 bytes |
| httpexample_2.12-2.10-sources.jar | 255 bytes |
| httpexample_2.12-2.10-javadoc.jar | 189 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/fr.iscpif.gridscale/httpexample_2.12/ -->
<dependency>
<groupId>fr.iscpif.gridscale</groupId>
<artifactId>httpexample_2.12</artifactId>
<version>2.10</version>
</dependency>
// https://jarcasting.com/artifacts/fr.iscpif.gridscale/httpexample_2.12/
implementation 'fr.iscpif.gridscale:httpexample_2.12:2.10'
// https://jarcasting.com/artifacts/fr.iscpif.gridscale/httpexample_2.12/
implementation ("fr.iscpif.gridscale:httpexample_2.12:2.10")
'fr.iscpif.gridscale:httpexample_2.12:jar:2.10'
<dependency org="fr.iscpif.gridscale" name="httpexample_2.12" rev="2.10">
<artifact name="httpexample_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.iscpif.gridscale', module='httpexample_2.12', version='2.10')
)
libraryDependencies += "fr.iscpif.gridscale" % "httpexample_2.12" % "2.10"
[fr.iscpif.gridscale/httpexample_2.12 "2.10"]