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