is not current version
Last Version 3.1.0-M3

org.glassfish.jersey.ext.microprofile:jersey-mp-config 2.35


Categories

Categories

GlassFish Container Application Servers config Application Layer Libs Configuration Jersey Program Interface REST Frameworks
GroupId

GroupId

org.glassfish.jersey.ext.microprofile
ArtifactId

ArtifactId

jersey-mp-config
Version

Version

2.35
Type

Type

jar

Download jersey-mp-config 2.35


<!-- 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>2.35</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.ext.microprofile/jersey-mp-config/
implementation 'org.glassfish.jersey.ext.microprofile:jersey-mp-config:2.35'
// https://jarcasting.com/artifacts/org.glassfish.jersey.ext.microprofile/jersey-mp-config/
implementation ("org.glassfish.jersey.ext.microprofile:jersey-mp-config:2.35")
'org.glassfish.jersey.ext.microprofile:jersey-mp-config:jar:2.35'
<dependency org="org.glassfish.jersey.ext.microprofile" name="jersey-mp-config" rev="2.35">
  <artifact name="jersey-mp-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.ext.microprofile', module='jersey-mp-config', version='2.35')
)
libraryDependencies += "org.glassfish.jersey.ext.microprofile" % "jersey-mp-config" % "2.35"
[org.glassfish.jersey.ext.microprofile/jersey-mp-config "2.35"]