m

maven-impex-plugin

Maven plugin for converting database agnostic XML files into platform specific SQL files and for examining proprietary databases via JDBC to generate database agnostic XML files
http://${kuali.site.hostname}/maven/plugins/${project.artifactId}/${project.version}
Files download
File Operation
maven-impex-plugin-1.1.13.jar download
maven-impex-plugin-1.1.13.pom download
maven-impex-plugin-1.1.13-sources.jar download
Apache Maven
<dependency>
  <groupId>org.kuali.maven.plugins</groupId>
  <artifactId>maven-impex-plugin</artifactId>
  <version>1.1.13</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.kuali.maven.plugins:maven-impex-plugin:1.1.13'
Gradle Kotlin
implementation("org.kuali.maven.plugins:maven-impex-plugin:1.1.13")
Scala SBT
libraryDependencies += "org.kuali.maven.plugins" % "maven-impex-plugin" % "1.1.13"
Groovy Grape
@Grapes(
  @Grab(group='org.kuali.maven.plugins', module='maven-impex-plugin', version='1.1.13')
)
Apache Ivy
<dependency org="org.kuali.maven.plugins" name="maven-impex-plugin" rev="1.1.13" />
Leiningen
[org.kuali.maven.plugins/maven-impex-plugin "1.1.13"]
Apache Buildr
'org.kuali.maven.plugins:maven-impex-plugin:jar:1.1.13'