| License |
License |
|---|---|
| Categories |
CategoriesUML Business Logic Libraries Documents Processing |
| GroupId | GroupIdorg.umlg |
| ArtifactId | ArtifactIdsqlg-c3p0 |
| Last Version | Last Version2.1.6 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionsqlg :: c3p0
Sqlg is a tinkerpop 3 implementation on top of a rdbms.
|
| Filename | Size |
|---|---|
| sqlg-c3p0-2.1.6.pom | |
| sqlg-c3p0-2.1.6.jar | 4 KB |
| sqlg-c3p0-2.1.6-sources.jar | 2 KB |
| sqlg-c3p0-2.1.6-javadoc.jar | 120 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.umlg/sqlg-c3p0/ -->
<dependency>
<groupId>org.umlg</groupId>
<artifactId>sqlg-c3p0</artifactId>
<version>2.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.umlg/sqlg-c3p0/
implementation 'org.umlg:sqlg-c3p0:2.1.6'
// https://jarcasting.com/artifacts/org.umlg/sqlg-c3p0/
implementation ("org.umlg:sqlg-c3p0:2.1.6")
'org.umlg:sqlg-c3p0:jar:2.1.6'
<dependency org="org.umlg" name="sqlg-c3p0" rev="2.1.6">
<artifact name="sqlg-c3p0" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.umlg', module='sqlg-c3p0', version='2.1.6')
)
libraryDependencies += "org.umlg" % "sqlg-c3p0" % "2.1.6"
[org.umlg/sqlg-c3p0 "2.1.6"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.umlg : sqlg-core | jar | 2.1.6 |
| com.mchange : c3p0 | jar | 0.9.5.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| org.mockito : mockito-core | jar | 3.3.3 |