Files download
File Operation
dynamic-sql-2.1.5.hotfix.jar download
dynamic-sql-2.1.5.hotfix.pom download
dynamic-sql-2.1.5.hotfix-sources.jar download
Apache Maven
<dependency>
  <groupId>com.pengwz</groupId>
  <artifactId>dynamic-sql</artifactId>
  <version>2.1.5.hotfix</version>
</dependency>
Gradle Groovy
implementation 'com.pengwz:dynamic-sql:2.1.5.hotfix'
Gradle Kotlin
implementation("com.pengwz:dynamic-sql:2.1.5.hotfix")
Scala SBT
libraryDependencies += "com.pengwz" % "dynamic-sql" % "2.1.5.hotfix"
Groovy Grape
@Grapes(
  @Grab(group='com.pengwz', module='dynamic-sql', version='2.1.5.hotfix')
)
Apache Ivy
<dependency org="com.pengwz" name="dynamic-sql" rev="2.1.5.hotfix" />
Leiningen
[com.pengwz/dynamic-sql "2.1.5.hotfix"]
Apache Buildr
'com.pengwz:dynamic-sql:jar:2.1.5.hotfix'