Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.avcompris.commons |
ArtifactId | ArtifactIdavc-dbdescribe |
Version | Version0.0.9 |
Type | Typejar |
Filename | Size |
---|---|
avc-dbdescribe-0.0.9.pom | |
avc-dbdescribe-0.0.9.jar | 14 KB |
avc-dbdescribe-0.0.9-sources.jar | 4 KB |
avc-dbdescribe-0.0.9-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.avcompris.commons/avc-dbdescribe/ -->
<dependency>
<groupId>net.avcompris.commons</groupId>
<artifactId>avc-dbdescribe</artifactId>
<version>0.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/net.avcompris.commons/avc-dbdescribe/
implementation 'net.avcompris.commons:avc-dbdescribe:0.0.9'
// https://jarcasting.com/artifacts/net.avcompris.commons/avc-dbdescribe/
implementation ("net.avcompris.commons:avc-dbdescribe:0.0.9")
'net.avcompris.commons:avc-dbdescribe:jar:0.0.9'
<dependency org="net.avcompris.commons" name="avc-dbdescribe" rev="0.0.9">
<artifact name="avc-dbdescribe" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.avcompris.commons', module='avc-dbdescribe', version='0.0.9')
)
libraryDependencies += "net.avcompris.commons" % "avc-dbdescribe" % "0.0.9"
[net.avcompris.commons/avc-dbdescribe "0.0.9"]