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