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