Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdfr.techad |
ArtifactId | ArtifactIdedc-httpd-java |
Version | Version1.1.1 |
Type | Typejar |
Filename | Size |
---|---|
edc-httpd-java-1.1.1.pom | |
edc-httpd-java-1.1.1.jar | 23 KB |
edc-httpd-java-1.1.1-sources.jar | 14 KB |
edc-httpd-java-1.1.1-javadoc.jar | 72 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fr.techad/edc-httpd-java/ -->
<dependency>
<groupId>fr.techad</groupId>
<artifactId>edc-httpd-java</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/fr.techad/edc-httpd-java/
implementation 'fr.techad:edc-httpd-java:1.1.1'
// https://jarcasting.com/artifacts/fr.techad/edc-httpd-java/
implementation ("fr.techad:edc-httpd-java:1.1.1")
'fr.techad:edc-httpd-java:jar:1.1.1'
<dependency org="fr.techad" name="edc-httpd-java" rev="1.1.1">
<artifact name="edc-httpd-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.techad', module='edc-httpd-java', version='1.1.1')
)
libraryDependencies += "fr.techad" % "edc-httpd-java" % "1.1.1"
[fr.techad/edc-httpd-java "1.1.1"]