| License |
License |
|---|---|
| Categories |
CategoriesData |
| GroupId | GroupIdse.grunddata.dzo |
| ArtifactId | ArtifactIddzo |
| Last Version | Last Version3.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionDzo
Dzo is a utility that compares sql source code
to a databaseschema and executes or show the needed changes.
|
| Project Organization |
Project OrganizationAB Grund-Data |
| Filename | Size |
|---|---|
| dzo-3.1.0.pom | |
| dzo-3.1.0.jar | 4 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/se.grunddata.dzo/dzo/ -->
<dependency>
<groupId>se.grunddata.dzo</groupId>
<artifactId>dzo</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/se.grunddata.dzo/dzo/
implementation 'se.grunddata.dzo:dzo:3.1.0'
// https://jarcasting.com/artifacts/se.grunddata.dzo/dzo/
implementation ("se.grunddata.dzo:dzo:3.1.0")
'se.grunddata.dzo:dzo:jar:3.1.0'
<dependency org="se.grunddata.dzo" name="dzo" rev="3.1.0">
<artifact name="dzo" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.grunddata.dzo', module='dzo', version='3.1.0')
)
libraryDependencies += "se.grunddata.dzo" % "dzo" % "3.1.0"
[se.grunddata.dzo/dzo "3.1.0"]