Categories |
CategoriesHelidon Container Microservices Jersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdio.helidon.bundles |
ArtifactId | ArtifactIdhelidon-bundles-jersey |
Version | Version2.2.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.helidon.bundles/helidon-bundles-jersey/ -->
<dependency>
<groupId>io.helidon.bundles</groupId>
<artifactId>helidon-bundles-jersey</artifactId>
<version>2.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.helidon.bundles/helidon-bundles-jersey/
implementation 'io.helidon.bundles:helidon-bundles-jersey:2.2.2'
// https://jarcasting.com/artifacts/io.helidon.bundles/helidon-bundles-jersey/
implementation ("io.helidon.bundles:helidon-bundles-jersey:2.2.2")
'io.helidon.bundles:helidon-bundles-jersey:jar:2.2.2'
<dependency org="io.helidon.bundles" name="helidon-bundles-jersey" rev="2.2.2">
<artifact name="helidon-bundles-jersey" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.helidon.bundles', module='helidon-bundles-jersey', version='2.2.2')
)
libraryDependencies += "io.helidon.bundles" % "helidon-bundles-jersey" % "2.2.2"
[io.helidon.bundles/helidon-bundles-jersey "2.2.2"]