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