Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdfr.polyconseil.smartcity |
ArtifactId | ArtifactIdtefps-clients |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
tefps-clients-1.0.1.pom | |
tefps-clients-1.0.1.jar | 17 KB |
tefps-clients-1.0.1-sources.jar | 8 KB |
tefps-clients-1.0.1-javadoc.jar | 116 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fr.polyconseil.smartcity/tefps-clients/ -->
<dependency>
<groupId>fr.polyconseil.smartcity</groupId>
<artifactId>tefps-clients</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/fr.polyconseil.smartcity/tefps-clients/
implementation 'fr.polyconseil.smartcity:tefps-clients:1.0.1'
// https://jarcasting.com/artifacts/fr.polyconseil.smartcity/tefps-clients/
implementation ("fr.polyconseil.smartcity:tefps-clients:1.0.1")
'fr.polyconseil.smartcity:tefps-clients:jar:1.0.1'
<dependency org="fr.polyconseil.smartcity" name="tefps-clients" rev="1.0.1">
<artifact name="tefps-clients" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.polyconseil.smartcity', module='tefps-clients', version='1.0.1')
)
libraryDependencies += "fr.polyconseil.smartcity" % "tefps-clients" % "1.0.1"
[fr.polyconseil.smartcity/tefps-clients "1.0.1"]