f

fgsms-database-export

A console tool to export the database content into sql scripts
Files download
File Operation
fgsms-database-export-7.0.0.jar download
fgsms-database-export-7.0.0.pom download
fgsms-database-export-7.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.mil-oss</groupId>
  <artifactId>fgsms-database-export</artifactId>
  <version>7.0.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.mil-oss:fgsms-database-export:7.0.0'
Gradle Kotlin
implementation("org.mil-oss:fgsms-database-export:7.0.0")
Scala SBT
libraryDependencies += "org.mil-oss" % "fgsms-database-export" % "7.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.mil-oss', module='fgsms-database-export', version='7.0.0')
)
Apache Ivy
<dependency org="org.mil-oss" name="fgsms-database-export" rev="7.0.0" />
Leiningen
[org.mil-oss/fgsms-database-export "7.0.0"]
Apache Buildr
'org.mil-oss:fgsms-database-export:jar:7.0.0'