GroupId | GroupIdfr.bmartel |
---|---|
ArtifactId | ArtifactIdhttp-endec |
Version | Version1.03 |
Type | Typejar |
Filename | Size |
---|---|
http-endec-1.03.pom | |
http-endec-1.03.jar | 22 KB |
http-endec-1.03-sources.jar | 27 KB |
http-endec-1.03-javadoc.jar | 99 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fr.bmartel/http-endec/ -->
<dependency>
<groupId>fr.bmartel</groupId>
<artifactId>http-endec</artifactId>
<version>1.03</version>
</dependency>
// https://jarcasting.com/artifacts/fr.bmartel/http-endec/
implementation 'fr.bmartel:http-endec:1.03'
// https://jarcasting.com/artifacts/fr.bmartel/http-endec/
implementation ("fr.bmartel:http-endec:1.03")
'fr.bmartel:http-endec:jar:1.03'
<dependency org="fr.bmartel" name="http-endec" rev="1.03">
<artifact name="http-endec" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.bmartel', module='http-endec', version='1.03')
)
libraryDependencies += "fr.bmartel" % "http-endec" % "1.03"
[fr.bmartel/http-endec "1.03"]