| License |
License |
|---|---|
| Categories |
CategoriesGlassFish Container Application Servers Jersey Program Interface REST Frameworks |
| GroupId | GroupIdorg.glassfish.jersey.core |
| ArtifactId | ArtifactIdjersey-common |
| Last Version | Last Version3.1.0-M3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjersey-core-common
Jersey core common packages
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| jersey-common-3.1.0-M3.pom | |
| jersey-common-3.1.0-M3.jar | 458 KB |
| jersey-common-3.1.0-M3-sources.jar | 394 KB |
| jersey-common-3.1.0-M3-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.core/jersey-common/ -->
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-common</artifactId>
<version>3.1.0-M3</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.core/jersey-common/
implementation 'org.glassfish.jersey.core:jersey-common:3.1.0-M3'
// https://jarcasting.com/artifacts/org.glassfish.jersey.core/jersey-common/
implementation ("org.glassfish.jersey.core:jersey-common:3.1.0-M3")
'org.glassfish.jersey.core:jersey-common:jar:3.1.0-M3'
<dependency org="org.glassfish.jersey.core" name="jersey-common" rev="3.1.0-M3">
<artifact name="jersey-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.core', module='jersey-common', version='3.1.0-M3')
)
libraryDependencies += "org.glassfish.jersey.core" % "jersey-common" % "3.1.0-M3"
[org.glassfish.jersey.core/jersey-common "3.1.0-M3"]
| Group / Artifact | Type | Version |
|---|---|---|
| jakarta.ws.rs : jakarta.ws.rs-api | jar | 3.1.0 |
| jakarta.annotation : jakarta.annotation-api | jar | 2.0.0 |
| jakarta.inject : jakarta.inject-api | jar | 2.0.1 |
| org.glassfish.hk2 : osgi-resource-locator | jar | 1.0.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.sun.activation : jakarta.activation Optional | jar | 2.0.1 |
| org.osgi : org.osgi.core | jar | 6.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| org.mockito : mockito-core | jar | 3.9.0 |
| org.hamcrest : hamcrest-library | jar | 1.3 |