b

beangle-data-jdbc

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