d

dzo-maven2

Goals for comparing database schemas against sql source code and: - Show the needed changes. - Execute the needed changes against the database. - Generate ejb3 entity beans. - Generate xml from sql source code
GNU Lesser General Public License. Version 2.1
Files download
File Operation
dzo-maven2-1.1.0.jar download
dzo-maven2-1.1.0.pom download
Apache Maven
<dependency>
  <groupId>se.grunddata.dzo</groupId>
  <artifactId>dzo-maven2</artifactId>
  <version>1.1.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'se.grunddata.dzo:dzo-maven2:1.1.0'
Gradle Kotlin
implementation("se.grunddata.dzo:dzo-maven2:1.1.0")
Scala SBT
libraryDependencies += "se.grunddata.dzo" % "dzo-maven2" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='se.grunddata.dzo', module='dzo-maven2', version='1.1.0')
)
Apache Ivy
<dependency org="se.grunddata.dzo" name="dzo-maven2" rev="1.1.0" />
Leiningen
[se.grunddata.dzo/dzo-maven2 "1.1.0"]
Apache Buildr
'se.grunddata.dzo:dzo-maven2:jar:1.1.0'