JAX-RS Extensions
Here you will find some extensions for JAX-RS:
License |
License |
---|---|
GroupId | GroupIdorg.microprofile-ext |
ArtifactId | ArtifactIdjaxrs-ext |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionMicroprofile JAX-RS Extensions
Some JAX-RS extensions
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jaxrs-ext-1.0.0.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.microprofile-ext/jaxrs-ext/ -->
<dependency>
<groupId>org.microprofile-ext</groupId>
<artifactId>jaxrs-ext</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.microprofile-ext/jaxrs-ext/
implementation 'org.microprofile-ext:jaxrs-ext:1.0.0'
// https://jarcasting.com/artifacts/org.microprofile-ext/jaxrs-ext/
implementation ("org.microprofile-ext:jaxrs-ext:1.0.0")
'org.microprofile-ext:jaxrs-ext:pom:1.0.0'
<dependency org="org.microprofile-ext" name="jaxrs-ext" rev="1.0.0">
<artifact name="jaxrs-ext" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.microprofile-ext', module='jaxrs-ext', version='1.0.0')
)
libraryDependencies += "org.microprofile-ext" % "jaxrs-ext" % "1.0.0"
[org.microprofile-ext/jaxrs-ext "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.microprofile : microprofile | pom | 1.3 |
org.projectlombok : lombok | jar | 1.18.2 |
Here you will find some extensions for JAX-RS: