| License | License | 
|---|---|
| Categories | CategoriesJersey Program Interface REST Frameworks | 
| GroupId | GroupIduk.org.retep.microkernel.web | 
| ArtifactId | ArtifactIdjersey | 
| Last Version | Last Version10.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionretepMicroKernel Web Jersey Integration The retepMicroKernel Spring application container.
        To build the binaries, change directory into the launcher module
        and run maven there.
        To build the examples, change directory into the example module
        and run maven there.
        For a full build (including releases), run maven on the following
        directories in this order:
        launcher (on each supported platform)
        maven
        root pom
        examples (optional) | 
| Filename | Size | 
|---|---|
| jersey-10.1.pom | |
| jersey-10.1.jar | 7 KB | 
| jersey-10.1-tests.jar | 1 KB | 
| jersey-10.1-sources.jar | 4 KB | 
| jersey-10.1-javadoc.jar | 42 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/uk.org.retep.microkernel.web/jersey/ -->
<dependency>
    <groupId>uk.org.retep.microkernel.web</groupId>
    <artifactId>jersey</artifactId>
    <version>10.1</version>
</dependency>// https://jarcasting.com/artifacts/uk.org.retep.microkernel.web/jersey/
implementation 'uk.org.retep.microkernel.web:jersey:10.1'// https://jarcasting.com/artifacts/uk.org.retep.microkernel.web/jersey/
implementation ("uk.org.retep.microkernel.web:jersey:10.1")'uk.org.retep.microkernel.web:jersey:jar:10.1'<dependency org="uk.org.retep.microkernel.web" name="jersey" rev="10.1">
  <artifact name="jersey" type="jar" />
</dependency>@Grapes(
@Grab(group='uk.org.retep.microkernel.web', module='jersey', version='10.1')
)libraryDependencies += "uk.org.retep.microkernel.web" % "jersey" % "10.1"[uk.org.retep.microkernel.web/jersey "10.1"]| Group / Artifact | Type | Version | 
|---|---|---|
| uk.org.retep.microkernel.web : core | jar | 10.1 | 
| uk.org.retep.microkernel : core | jar | 10.1 | 
| uk.org.retep.tools : logging | jar | 10.1 | 
| com.sun.jersey : jersey-server | jar | 1.1.2-ea | 
| org.eclipse.jetty : jetty-server | jar | 7.0.1.v20091125 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.7 |