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