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