b

beangle-data-jdbc_2.12

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