GroupId | GroupIdorg.oxerr.commons |
---|---|
ArtifactId | ArtifactIdcommons-jax-rs-exception-mapper |
Version | Version2.2.2 |
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>2.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.oxerr.commons/commons-jax-rs-exception-mapper/
implementation 'org.oxerr.commons:commons-jax-rs-exception-mapper:2.2.2'
// https://jarcasting.com/artifacts/org.oxerr.commons/commons-jax-rs-exception-mapper/
implementation ("org.oxerr.commons:commons-jax-rs-exception-mapper:2.2.2")
'org.oxerr.commons:commons-jax-rs-exception-mapper:jar:2.2.2'
<dependency org="org.oxerr.commons" name="commons-jax-rs-exception-mapper" rev="2.2.2">
<artifact name="commons-jax-rs-exception-mapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.oxerr.commons', module='commons-jax-rs-exception-mapper', version='2.2.2')
)
libraryDependencies += "org.oxerr.commons" % "commons-jax-rs-exception-mapper" % "2.2.2"
[org.oxerr.commons/commons-jax-rs-exception-mapper "2.2.2"]