| License |
License
jQuery license
|
|---|---|
| Categories |
CategoriesGlassFish Container Application Servers config Application Layer Libs Configuration Jersey Program Interface REST Frameworks |
| GroupId | GroupIdorg.glassfish.jersey.ext.microprofile |
| ArtifactId | ArtifactIdjersey-mp-config |
| Last Version | Last Version3.1.0-M3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJersey extension modules providing utilities, filters as well as integrations
with external frameworks (Guice, Spring, Freemarker, etc.) and languages
(Scala, Groovy, etc.).
NOTE: Jersey security extensions have their own dedicated security umbrella
project.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| jersey-mp-config-3.1.0-M3.pom | |
| jersey-mp-config-3.1.0-M3.jar | 19 KB |
| jersey-mp-config-3.1.0-M3-sources.jar | 6 KB |
| jersey-mp-config-3.1.0-M3-javadoc.jar | 32 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.ext.microprofile/jersey-mp-config/ -->
<dependency>
<groupId>org.glassfish.jersey.ext.microprofile</groupId>
<artifactId>jersey-mp-config</artifactId>
<version>3.1.0-M3</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.ext.microprofile/jersey-mp-config/
implementation 'org.glassfish.jersey.ext.microprofile:jersey-mp-config:3.1.0-M3'
// https://jarcasting.com/artifacts/org.glassfish.jersey.ext.microprofile/jersey-mp-config/
implementation ("org.glassfish.jersey.ext.microprofile:jersey-mp-config:3.1.0-M3")
'org.glassfish.jersey.ext.microprofile:jersey-mp-config:jar:3.1.0-M3'
<dependency org="org.glassfish.jersey.ext.microprofile" name="jersey-mp-config" rev="3.1.0-M3">
<artifact name="jersey-mp-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.ext.microprofile', module='jersey-mp-config', version='3.1.0-M3')
)
libraryDependencies += "org.glassfish.jersey.ext.microprofile" % "jersey-mp-config" % "3.1.0-M3"
[org.glassfish.jersey.ext.microprofile/jersey-mp-config "3.1.0-M3"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.eclipse.microprofile.config : microprofile-config-api | jar | 2.0 |
| jakarta.ws.rs : jakarta.ws.rs-api | jar | 3.1.0 |
| org.glassfish.jersey.core : jersey-common | jar | 3.1.0-M3 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.glassfish.jersey.inject : jersey-hk2 | jar | 3.1.0-M3 |
| org.glassfish.jersey.test-framework : jersey-test-framework-core | jar | 3.1.0-M3 |
| junit : junit | jar | 4.13.1 |
| io.helidon.microprofile.config : helidon-microprofile-config | jar | 1.0.3 |
| org.glassfish.jersey.test-framework.providers : jersey-test-framework-provider-jetty | jar | 3.1.0-M3 |