| License |
License |
|---|---|
| GroupId | GroupIdorg.beigesoft |
| ArtifactId | ArtifactIdbeige-jdbc |
| Last Version | Last Version1.1.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionBeigesoft JDBC library.
Contains of JDBC implementation of database service.
|
| Project Organization |
Project OrganizationBeigesoft ™ |
| Filename | Size |
|---|---|
| beige-jdbc-1.1.3.pom | |
| beige-jdbc-1.1.3.jar | 8 KB |
| beige-jdbc-1.1.3-sources.jar | 5 KB |
| beige-jdbc-1.1.3-javadoc.jar | 56 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.beigesoft/beige-jdbc/ -->
<dependency>
<groupId>org.beigesoft</groupId>
<artifactId>beige-jdbc</artifactId>
<version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.beigesoft/beige-jdbc/
implementation 'org.beigesoft:beige-jdbc:1.1.3'
// https://jarcasting.com/artifacts/org.beigesoft/beige-jdbc/
implementation ("org.beigesoft:beige-jdbc:1.1.3")
'org.beigesoft:beige-jdbc:jar:1.1.3'
<dependency org="org.beigesoft" name="beige-jdbc" rev="1.1.3">
<artifact name="beige-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.beigesoft', module='beige-jdbc', version='1.1.3')
)
libraryDependencies += "org.beigesoft" % "beige-jdbc" % "1.1.3"
[org.beigesoft/beige-jdbc "1.1.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.beigesoft : beige-orm | jar | 1.1.3-SNAPSHOT |
| com.zaxxer : HikariCP | jar | 2.4.3 |
| mysql : mysql-connector-java | jar | 5.1.40 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.beigesoft : beige-orm | test-jar | 1.1.3-SNAPSHOT |
| org.beigesoft : beige-settings | test-jar | 1.1.3-SNAPSHOT |
| org.xerial : sqlite-jdbc | jar | 3.8.11.2 |
| com.h2database : h2 | jar | 1.3.176 |
| org.postgresql : postgresql | jar | 9.4-1206-jdbc4 |
| junit : junit | jar | 4.10 |