| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface Jersey Program Interface REST Frameworks |
| GroupId | GroupIdcom.eclipsesource.jaxrs |
| ArtifactId | ArtifactIdjersey-min |
| Version | Version2.22.2 |
| Type | Typejar |
| Description |
DescriptionJersey Min (Rebundled)
jersey-min is a rebundled (minmal) verison of Jersey as one OSGi bundle.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| jersey-min-2.22.2.pom | |
| jersey-min-2.22.2.jar | 4 MB |
| jersey-min-2.22.2-sources.jar | 4 MB |
| jersey-min-2.22.2-javadoc.jar | 4 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.eclipsesource.jaxrs/jersey-min/ -->
<dependency>
<groupId>com.eclipsesource.jaxrs</groupId>
<artifactId>jersey-min</artifactId>
<version>2.22.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.eclipsesource.jaxrs/jersey-min/
implementation 'com.eclipsesource.jaxrs:jersey-min:2.22.2'
// https://jarcasting.com/artifacts/com.eclipsesource.jaxrs/jersey-min/
implementation ("com.eclipsesource.jaxrs:jersey-min:2.22.2")
'com.eclipsesource.jaxrs:jersey-min:jar:2.22.2'
<dependency org="com.eclipsesource.jaxrs" name="jersey-min" rev="2.22.2">
<artifact name="jersey-min" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.eclipsesource.jaxrs', module='jersey-min', version='2.22.2')
)
libraryDependencies += "com.eclipsesource.jaxrs" % "jersey-min" % "2.22.2"
[com.eclipsesource.jaxrs/jersey-min "2.22.2"]