b

beangle-data-jdbc

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