Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.trajano.doxdb |
ArtifactId | ArtifactIddoxdb-rest |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
doxdb-rest-1.0.2.pom | |
doxdb-rest-1.0.2.jar | 26 KB |
doxdb-rest-1.0.2-tests.jar | 49 KB |
doxdb-rest-1.0.2-test-sources.jar | 43 KB |
doxdb-rest-1.0.2-sources.jar | 15 KB |
doxdb-rest-1.0.2-javadoc.jar | 142 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.trajano.doxdb/doxdb-rest/ -->
<dependency>
<groupId>net.trajano.doxdb</groupId>
<artifactId>doxdb-rest</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.trajano.doxdb/doxdb-rest/
implementation 'net.trajano.doxdb:doxdb-rest:1.0.2'
// https://jarcasting.com/artifacts/net.trajano.doxdb/doxdb-rest/
implementation ("net.trajano.doxdb:doxdb-rest:1.0.2")
'net.trajano.doxdb:doxdb-rest:jar:1.0.2'
<dependency org="net.trajano.doxdb" name="doxdb-rest" rev="1.0.2">
<artifact name="doxdb-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.trajano.doxdb', module='doxdb-rest', version='1.0.2')
)
libraryDependencies += "net.trajano.doxdb" % "doxdb-rest" % "1.0.2"
[net.trajano.doxdb/doxdb-rest "1.0.2"]