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 |
Version | Version2.36 |
Type | Typejar |
Filename | Size |
---|---|
jersey-mp-config-2.36.pom | |
jersey-mp-config-2.36.jar | 20 KB |
jersey-mp-config-2.36-sources.jar | 6 KB |
jersey-mp-config-2.36-javadoc.jar | 31 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>2.36</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.ext.microprofile/jersey-mp-config/
implementation 'org.glassfish.jersey.ext.microprofile:jersey-mp-config:2.36'
// https://jarcasting.com/artifacts/org.glassfish.jersey.ext.microprofile/jersey-mp-config/
implementation ("org.glassfish.jersey.ext.microprofile:jersey-mp-config:2.36")
'org.glassfish.jersey.ext.microprofile:jersey-mp-config:jar:2.36'
<dependency org="org.glassfish.jersey.ext.microprofile" name="jersey-mp-config" rev="2.36">
<artifact name="jersey-mp-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.ext.microprofile', module='jersey-mp-config', version='2.36')
)
libraryDependencies += "org.glassfish.jersey.ext.microprofile" % "jersey-mp-config" % "2.36"
[org.glassfish.jersey.ext.microprofile/jersey-mp-config "2.36"]