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