b

beangle-data-jdbc_2.13

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