GroupId | GroupIdorg.oxerr.commons |
---|---|
ArtifactId | ArtifactIdcommons-jax-rs-exception-mapper |
Version | Version1.3.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.oxerr.commons/commons-jax-rs-exception-mapper/ -->
<dependency>
<groupId>org.oxerr.commons</groupId>
<artifactId>commons-jax-rs-exception-mapper</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.oxerr.commons/commons-jax-rs-exception-mapper/
implementation 'org.oxerr.commons:commons-jax-rs-exception-mapper:1.3.0'
// https://jarcasting.com/artifacts/org.oxerr.commons/commons-jax-rs-exception-mapper/
implementation ("org.oxerr.commons:commons-jax-rs-exception-mapper:1.3.0")
'org.oxerr.commons:commons-jax-rs-exception-mapper:jar:1.3.0'
<dependency org="org.oxerr.commons" name="commons-jax-rs-exception-mapper" rev="1.3.0">
<artifact name="commons-jax-rs-exception-mapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.oxerr.commons', module='commons-jax-rs-exception-mapper', version='1.3.0')
)
libraryDependencies += "org.oxerr.commons" % "commons-jax-rs-exception-mapper" % "1.3.0"
[org.oxerr.commons/commons-jax-rs-exception-mapper "1.3.0"]