t

tuxjsql

A JBDC wrapper, sql builder, and sql executor
https://github.com/wherkamp/tuxjsql
GNU General Public License v3.0
Wyatt Herkamp
Files download
File Operation
tuxjsql-1.2.4.pom download
Apache Maven
<dependency>
  <groupId>me.kingtux</groupId>
  <artifactId>tuxjsql</artifactId>
  <version>1.2.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'me.kingtux:tuxjsql:1.2.4'
Gradle Kotlin
implementation("me.kingtux:tuxjsql:1.2.4")
Scala SBT
libraryDependencies += "me.kingtux" % "tuxjsql" % "1.2.4"
Groovy Grape
@Grapes(
  @Grab(group='me.kingtux', module='tuxjsql', version='1.2.4')
)
Apache Ivy
<dependency org="me.kingtux" name="tuxjsql" rev="1.2.4" />
Leiningen
[me.kingtux/tuxjsql "1.2.4"]
Apache Buildr
'me.kingtux:tuxjsql:jar:1.2.4'
Dependencies
The project has no third-party dependencies