License |
License
MIT
|
---|---|
Categories |
Categoriescactoos General Purpose Libraries Utility |
GroupId | GroupIdcom.github.fabriciofx |
ArtifactId | ArtifactIdcactoos-jdbc |
Last Version | Last Version0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncactoos-jdbc
A true OO implementation of the JDBC API
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
cactoos-jdbc-0.3.pom | |
cactoos-jdbc-0.3.jar | 65 KB |
cactoos-jdbc-0.3-sources.jar | 75 KB |
cactoos-jdbc-0.3-javadoc.jar | 302 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fabriciofx/cactoos-jdbc/ -->
<dependency>
<groupId>com.github.fabriciofx</groupId>
<artifactId>cactoos-jdbc</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fabriciofx/cactoos-jdbc/
implementation 'com.github.fabriciofx:cactoos-jdbc:0.3'
// https://jarcasting.com/artifacts/com.github.fabriciofx/cactoos-jdbc/
implementation ("com.github.fabriciofx:cactoos-jdbc:0.3")
'com.github.fabriciofx:cactoos-jdbc:jar:0.3'
<dependency org="com.github.fabriciofx" name="cactoos-jdbc" rev="0.3">
<artifact name="cactoos-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fabriciofx', module='cactoos-jdbc', version='0.3')
)
libraryDependencies += "com.github.fabriciofx" % "cactoos-jdbc" % "0.3"
[com.github.fabriciofx/cactoos-jdbc "0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.cactoos : cactoos | jar | 0.38 |
Group / Artifact | Type | Version |
---|---|---|
org.llorllale : cactoos-matchers | jar | 0.11 |
com.h2database : h2 | jar | 1.4.197 |
mysql : mysql-connector-java | jar | 8.0.13 |
org.postgresql : postgresql | jar | 42.2.5 |
com.jcabi : jcabi-xml | jar | 0.21.4 |
com.jcabi : jcabi-matchers | jar | 1.4 |