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