Categories |
Categoriescactoos General Purpose Libraries Utility |
---|---|
GroupId | GroupIdcom.github.fabriciofx |
ArtifactId | ArtifactIdcactoos-jdbc |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
cactoos-jdbc-0.2.pom | |
cactoos-jdbc-0.2.jar | 77 KB |
cactoos-jdbc-0.2-sources.jar | 94 KB |
cactoos-jdbc-0.2-javadoc.jar | 384 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fabriciofx/cactoos-jdbc/ -->
<dependency>
<groupId>com.github.fabriciofx</groupId>
<artifactId>cactoos-jdbc</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fabriciofx/cactoos-jdbc/
implementation 'com.github.fabriciofx:cactoos-jdbc:0.2'
// https://jarcasting.com/artifacts/com.github.fabriciofx/cactoos-jdbc/
implementation ("com.github.fabriciofx:cactoos-jdbc:0.2")
'com.github.fabriciofx:cactoos-jdbc:jar:0.2'
<dependency org="com.github.fabriciofx" name="cactoos-jdbc" rev="0.2">
<artifact name="cactoos-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fabriciofx', module='cactoos-jdbc', version='0.2')
)
libraryDependencies += "com.github.fabriciofx" % "cactoos-jdbc" % "0.2"
[com.github.fabriciofx/cactoos-jdbc "0.2"]