d

database-tools

This is an application to help manipulating databases
https://github.com/foilen/database-tools
MIT
Simon Levesque
Files download
File Operation
database-tools-0.4.4.jar download
database-tools-0.4.4.pom download
database-tools-0.4.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.foilen</groupId>
  <artifactId>database-tools</artifactId>
  <version>0.4.4</version>
</dependency>
Gradle Groovy
implementation 'com.foilen:database-tools:0.4.4'
Gradle Kotlin
implementation("com.foilen:database-tools:0.4.4")
Scala SBT
libraryDependencies += "com.foilen" % "database-tools" % "0.4.4"
Groovy Grape
@Grapes(
  @Grab(group='com.foilen', module='database-tools', version='0.4.4')
)
Apache Ivy
<dependency org="com.foilen" name="database-tools" rev="0.4.4" />
Leiningen
[com.foilen/database-tools "0.4.4"]
Apache Buildr
'com.foilen:database-tools:jar:0.4.4'