| GroupId | GroupIdfr.irit.smac.lib.may |
|---|---|
| ArtifactId | ArtifactIdwebservices |
| Version | Version3.4.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| webservices-3.4.0.pom | |
| webservices-3.4.0.jar | 15 KB |
| webservices-3.4.0-sources.jar | 8 KB |
| webservices-3.4.0-javadoc.jar | 90 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/fr.irit.smac.lib.may/webservices/ -->
<dependency>
<groupId>fr.irit.smac.lib.may</groupId>
<artifactId>webservices</artifactId>
<version>3.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/fr.irit.smac.lib.may/webservices/
implementation 'fr.irit.smac.lib.may:webservices:3.4.0'
// https://jarcasting.com/artifacts/fr.irit.smac.lib.may/webservices/
implementation ("fr.irit.smac.lib.may:webservices:3.4.0")
'fr.irit.smac.lib.may:webservices:jar:3.4.0'
<dependency org="fr.irit.smac.lib.may" name="webservices" rev="3.4.0">
<artifact name="webservices" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.irit.smac.lib.may', module='webservices', version='3.4.0')
)
libraryDependencies += "fr.irit.smac.lib.may" % "webservices" % "3.4.0"
[fr.irit.smac.lib.may/webservices "3.4.0"]