License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdorg.beangle.data |
ArtifactId | ArtifactIdbeangle-data-jdbc |
Last Version | Last Version4.2.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBeangle Data JDBC
The Beangle Data Framework.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
beangle-data-jdbc-4.2.2.pom | |
beangle-data-jdbc-4.2.2.jar | 177 KB |
beangle-data-jdbc-4.2.2-sources.jar | 46 KB |
beangle-data-jdbc-4.2.2-javadoc.jar | 551 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.beangle.data/beangle-data-jdbc/ -->
<dependency>
<groupId>org.beangle.data</groupId>
<artifactId>beangle-data-jdbc</artifactId>
<version>4.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.beangle.data/beangle-data-jdbc/
implementation 'org.beangle.data:beangle-data-jdbc:4.2.2'
// https://jarcasting.com/artifacts/org.beangle.data/beangle-data-jdbc/
implementation ("org.beangle.data:beangle-data-jdbc:4.2.2")
'org.beangle.data:beangle-data-jdbc:jar:4.2.2'
<dependency org="org.beangle.data" name="beangle-data-jdbc" rev="4.2.2">
<artifact name="beangle-data-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.beangle.data', module='beangle-data-jdbc', version='4.2.2')
)
libraryDependencies += "org.beangle.data" % "beangle-data-jdbc" % "4.2.2"
[org.beangle.data/beangle-data-jdbc "4.2.2"]
Group / Artifact | Type | Version |
---|---|---|
org.beangle.commons : beangle-commons-core | jar | 4.2.5 |
com.h2database : h2 Optional | jar | 1.4.182 |
org.postgresql : postgresql Optional | jar | 9.3-1102-jdbc4 |
commons-dbcp : commons-dbcp Optional | jar | 1.4 |
org.slf4j : slf4j-api | jar | 1.7.7 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-core | jar | 1.1.2 |
ch.qos.logback : logback-classic | jar | 1.1.2 |
Group / Artifact | Type | Version |
---|---|---|
org.scalatest : scalatest_2.11 | jar | 2.2.4 |
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 1.10.8 |