GroupId | GroupIdorg.oxerr.commons |
---|---|
ArtifactId | ArtifactIdcommons-jax-rs-exception-mapper |
Version | Version2.2.3 |
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.3</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.3'
// https://jarcasting.com/artifacts/org.oxerr.commons/commons-jax-rs-exception-mapper/
implementation ("org.oxerr.commons:commons-jax-rs-exception-mapper:2.2.3")
'org.oxerr.commons:commons-jax-rs-exception-mapper:jar:2.2.3'
<dependency org="org.oxerr.commons" name="commons-jax-rs-exception-mapper" rev="2.2.3">
<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.3')
)
libraryDependencies += "org.oxerr.commons" % "commons-jax-rs-exception-mapper" % "2.2.3"
[org.oxerr.commons/commons-jax-rs-exception-mapper "2.2.3"]