GroupId | GroupIdorg.nosceon.datolite |
---|---|
ArtifactId | ArtifactIddatolite-http |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
datolite-http-0.1.0.pom | |
datolite-http-0.1.0.jar | 7 KB |
datolite-http-0.1.0-sources.jar | 4 KB |
datolite-http-0.1.0-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.nosceon.datolite/datolite-http/ -->
<dependency>
<groupId>org.nosceon.datolite</groupId>
<artifactId>datolite-http</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.nosceon.datolite/datolite-http/
implementation 'org.nosceon.datolite:datolite-http:0.1.0'
// https://jarcasting.com/artifacts/org.nosceon.datolite/datolite-http/
implementation ("org.nosceon.datolite:datolite-http:0.1.0")
'org.nosceon.datolite:datolite-http:jar:0.1.0'
<dependency org="org.nosceon.datolite" name="datolite-http" rev="0.1.0">
<artifact name="datolite-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nosceon.datolite', module='datolite-http', version='0.1.0')
)
libraryDependencies += "org.nosceon.datolite" % "datolite-http" % "0.1.0"
[org.nosceon.datolite/datolite-http "0.1.0"]