b

beangle-data-jdbc_2.13

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