d

database-metadata-bind

Class for binding results of java.sql.DatabaseMetaData
https://github.com/jinahya/$project.artifactId}
Jinahya, Inc.
Files download
File Operation
database-metadata-bind-4.2.9.jar download
database-metadata-bind-4.2.9.pom download
database-metadata-bind-4.2.9-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.jinahya</groupId>
  <artifactId>database-metadata-bind</artifactId>
  <version>4.2.9</version>
</dependency>
Gradle Groovy
implementation 'com.github.jinahya:database-metadata-bind:4.2.9'
Gradle Kotlin
implementation("com.github.jinahya:database-metadata-bind:4.2.9")
Scala SBT
libraryDependencies += "com.github.jinahya" % "database-metadata-bind" % "4.2.9"
Groovy Grape
@Grapes(
  @Grab(group='com.github.jinahya', module='database-metadata-bind', version='4.2.9')
)
Apache Ivy
<dependency org="com.github.jinahya" name="database-metadata-bind" rev="4.2.9" />
Leiningen
[com.github.jinahya/database-metadata-bind "4.2.9"]
Apache Buildr
'com.github.jinahya:database-metadata-bind:jar:4.2.9'