License |
License |
---|---|
Categories |
CategoriesHelidon Container Microservices CLI User Interface JSON Data |
GroupId | GroupIdio.helidon.dbclient |
ArtifactId | ArtifactIdhelidon-dbclient-jsonp |
Version | Version2.3.0 |
Type | Typejar |
Description |
DescriptionHelidon DB Client JSON-Processing
Support for JSON-Processing as parameters and responses in Helidon DB
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/io.helidon.dbclient/helidon-dbclient-jsonp/ -->
<dependency>
<groupId>io.helidon.dbclient</groupId>
<artifactId>helidon-dbclient-jsonp</artifactId>
<version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.helidon.dbclient/helidon-dbclient-jsonp/
implementation 'io.helidon.dbclient:helidon-dbclient-jsonp:2.3.0'
// https://jarcasting.com/artifacts/io.helidon.dbclient/helidon-dbclient-jsonp/
implementation ("io.helidon.dbclient:helidon-dbclient-jsonp:2.3.0")
'io.helidon.dbclient:helidon-dbclient-jsonp:jar:2.3.0'
<dependency org="io.helidon.dbclient" name="helidon-dbclient-jsonp" rev="2.3.0">
<artifact name="helidon-dbclient-jsonp" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.helidon.dbclient', module='helidon-dbclient-jsonp', version='2.3.0')
)
libraryDependencies += "io.helidon.dbclient" % "helidon-dbclient-jsonp" % "2.3.0"
[io.helidon.dbclient/helidon-dbclient-jsonp "2.3.0"]
Group / Artifact | Type | Version |
---|---|---|
io.helidon.dbclient : helidon-dbclient | jar | 2.3.0 |
org.glassfish : jakarta.json | jar | 1.1.6 |