| License |
License |
|---|---|
| Categories |
CategoriesHelidon Container Microservices CLI User Interface |
| GroupId | GroupIdio.helidon.dbclient |
| ArtifactId | ArtifactIdhelidon-dbclient-project |
| Last Version | Last Version3.0.0-M2 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionHelidon DB Client Project
Support for reactive database client access.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| helidon-dbclient-project-3.0.0-M2.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.helidon.dbclient/helidon-dbclient-project/ -->
<dependency>
<groupId>io.helidon.dbclient</groupId>
<artifactId>helidon-dbclient-project</artifactId>
<version>3.0.0-M2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.helidon.dbclient/helidon-dbclient-project/
implementation 'io.helidon.dbclient:helidon-dbclient-project:3.0.0-M2'
// https://jarcasting.com/artifacts/io.helidon.dbclient/helidon-dbclient-project/
implementation ("io.helidon.dbclient:helidon-dbclient-project:3.0.0-M2")
'io.helidon.dbclient:helidon-dbclient-project:pom:3.0.0-M2'
<dependency org="io.helidon.dbclient" name="helidon-dbclient-project" rev="3.0.0-M2">
<artifact name="helidon-dbclient-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.helidon.dbclient', module='helidon-dbclient-project', version='3.0.0-M2')
)
libraryDependencies += "io.helidon.dbclient" % "helidon-dbclient-project" % "3.0.0-M2"
[io.helidon.dbclient/helidon-dbclient-project "3.0.0-M2"]