is not current version
Last Version 10.1

uk.org.retep.microkernel.web:jersey 9.10


Categories

Categories

Jersey Program Interface REST Frameworks
GroupId

GroupId

uk.org.retep.microkernel.web
ArtifactId

ArtifactId

jersey
Version

Version

9.10
Type

Type

jar

Download jersey 9.10


<!-- https://jarcasting.com/artifacts/uk.org.retep.microkernel.web/jersey/ -->
<dependency>
    <groupId>uk.org.retep.microkernel.web</groupId>
    <artifactId>jersey</artifactId>
    <version>9.10</version>
</dependency>
// https://jarcasting.com/artifacts/uk.org.retep.microkernel.web/jersey/
implementation 'uk.org.retep.microkernel.web:jersey:9.10'
// https://jarcasting.com/artifacts/uk.org.retep.microkernel.web/jersey/
implementation ("uk.org.retep.microkernel.web:jersey:9.10")
'uk.org.retep.microkernel.web:jersey:jar:9.10'
<dependency org="uk.org.retep.microkernel.web" name="jersey" rev="9.10">
  <artifact name="jersey" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.org.retep.microkernel.web', module='jersey', version='9.10')
)
libraryDependencies += "uk.org.retep.microkernel.web" % "jersey" % "9.10"
[uk.org.retep.microkernel.web/jersey "9.10"]