License |
License |
---|---|
Categories |
CategoriesHelidon Container Microservices CLI User Interface |
GroupId | GroupIdio.helidon.dbclient |
ArtifactId | ArtifactIdhelidon-dbclient-jdbc |
Version | Version2.3.1 |
Type | Typejar |
Description |
DescriptionHelidon DB Client JDBC
Helidon DB implementation for JDBC
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
helidon-dbclient-jdbc-2.3.1.pom | |
helidon-dbclient-jdbc-2.3.1.jar | 65 KB |
helidon-dbclient-jdbc-2.3.1-sources.jar | 31 KB |
helidon-dbclient-jdbc-2.3.1-javadoc.jar | 437 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.helidon.dbclient/helidon-dbclient-jdbc/ -->
<dependency>
<groupId>io.helidon.dbclient</groupId>
<artifactId>helidon-dbclient-jdbc</artifactId>
<version>2.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.helidon.dbclient/helidon-dbclient-jdbc/
implementation 'io.helidon.dbclient:helidon-dbclient-jdbc:2.3.1'
// https://jarcasting.com/artifacts/io.helidon.dbclient/helidon-dbclient-jdbc/
implementation ("io.helidon.dbclient:helidon-dbclient-jdbc:2.3.1")
'io.helidon.dbclient:helidon-dbclient-jdbc:jar:2.3.1'
<dependency org="io.helidon.dbclient" name="helidon-dbclient-jdbc" rev="2.3.1">
<artifact name="helidon-dbclient-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.helidon.dbclient', module='helidon-dbclient-jdbc', version='2.3.1')
)
libraryDependencies += "io.helidon.dbclient" % "helidon-dbclient-jdbc" % "2.3.1"
[io.helidon.dbclient/helidon-dbclient-jdbc "2.3.1"]
Group / Artifact | Type | Version |
---|---|---|
io.helidon.dbclient : helidon-dbclient | jar | 2.3.1 |
io.helidon.dbclient : helidon-dbclient-common | jar | 2.3.1 |
io.helidon.common : helidon-common-configurable | jar | 2.3.1 |
com.zaxxer : HikariCP | jar | 3.4.1 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |
org.hamcrest : hamcrest-all | jar | 1.3 |
org.mockito : mockito-core | jar | 2.23.4 |