s

sqlex-maven-plugin

sqlex sqlex-maven-plugin component
https://github.com/sqlex
The Apache License, Version 2.0
sqlex
Files download
File Operation
sqlex-maven-plugin-0.15.1.jar download
sqlex-maven-plugin-0.15.1.pom download
sqlex-maven-plugin-0.15.1-sources.jar download
Apache Maven
<dependency>
  <groupId>me.danwi.sqlex</groupId>
  <artifactId>sqlex-maven-plugin</artifactId>
  <version>0.15.1</version>
</dependency>
Gradle Groovy
implementation 'me.danwi.sqlex:sqlex-maven-plugin:0.15.1'
Gradle Kotlin
implementation("me.danwi.sqlex:sqlex-maven-plugin:0.15.1")
Scala SBT
libraryDependencies += "me.danwi.sqlex" % "sqlex-maven-plugin" % "0.15.1"
Groovy Grape
@Grapes(
  @Grab(group='me.danwi.sqlex', module='sqlex-maven-plugin', version='0.15.1')
)
Apache Ivy
<dependency org="me.danwi.sqlex" name="sqlex-maven-plugin" rev="0.15.1" />
Leiningen
[me.danwi.sqlex/sqlex-maven-plugin "0.15.1"]
Apache Buildr
'me.danwi.sqlex:sqlex-maven-plugin:jar:0.15.1'