| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.avcompris.commons |
| ArtifactId | ArtifactIdavc-dbdescribe |
| Last Version | Last Version0.1.14 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionavc-dbdescribe
Small framework to dump Database descriptions in YAML, for comparisons
before webapp deployments.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| avc-dbdescribe-0.1.14.pom | |
| avc-dbdescribe-0.1.14.jar | 14 KB |
| avc-dbdescribe-0.1.14-sources.jar | 4 KB |
| avc-dbdescribe-0.1.14-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.1.14</version>
</dependency>
// https://jarcasting.com/artifacts/net.avcompris.commons/avc-dbdescribe/
implementation 'net.avcompris.commons:avc-dbdescribe:0.1.14'
// https://jarcasting.com/artifacts/net.avcompris.commons/avc-dbdescribe/
implementation ("net.avcompris.commons:avc-dbdescribe:0.1.14")
'net.avcompris.commons:avc-dbdescribe:jar:0.1.14'
<dependency org="net.avcompris.commons" name="avc-dbdescribe" rev="0.1.14">
<artifact name="avc-dbdescribe" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.avcompris.commons', module='avc-dbdescribe', version='0.1.14')
)
libraryDependencies += "net.avcompris.commons" % "avc-dbdescribe" % "0.1.14"
[net.avcompris.commons/avc-dbdescribe "0.1.14"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.avcompris.commons : avc-core-commons | jar | 0.1.14 |
| net.avcompris.commons : avc-binding-yaml | jar | 0.1.14 |
| com.google.code.findbugs : jsr305 | jar | 3.0.0 |
| org.apache.commons : commons-lang3 | jar | 3.4 |
| com.google.guava : guava | jar | 18.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| net.avcompris.commons : avc-commons-testutil | jar | 0.4.14 |
| com.h2database : h2 | jar | 1.4.188 |
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 1.10.19 |