Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.trajano.doxdb |
ArtifactId | ArtifactIddoxdb-sample |
Version | Version1.0.2 |
Type | Typeear |
Filename | Size |
---|---|
doxdb-sample-1.0.2.pom | |
doxdb-sample-1.0.2.ear | 13 MB |
Browse |
<!-- https://jarcasting.com/artifacts/net.trajano.doxdb/doxdb-sample/ -->
<dependency>
<groupId>net.trajano.doxdb</groupId>
<artifactId>doxdb-sample</artifactId>
<version>1.0.2</version>
<type>ear</type>
</dependency>
// https://jarcasting.com/artifacts/net.trajano.doxdb/doxdb-sample/
implementation 'net.trajano.doxdb:doxdb-sample:1.0.2'
// https://jarcasting.com/artifacts/net.trajano.doxdb/doxdb-sample/
implementation ("net.trajano.doxdb:doxdb-sample:1.0.2")
'net.trajano.doxdb:doxdb-sample:ear:1.0.2'
<dependency org="net.trajano.doxdb" name="doxdb-sample" rev="1.0.2">
<artifact name="doxdb-sample" type="ear" />
</dependency>
@Grapes(
@Grab(group='net.trajano.doxdb', module='doxdb-sample', version='1.0.2')
)
libraryDependencies += "net.trajano.doxdb" % "doxdb-sample" % "1.0.2"
[net.trajano.doxdb/doxdb-sample "1.0.2"]