MVN

com.sun.jersey.samples.moxy-oxm-mapping : moxy-oxm-mapping-webapp

Maven & Gradle

May 24, 2017

MOXy OXM Mapping - Jersey Sample - WebApp

<dependency>
    <groupId>com.sun.jersey.samples.moxy-oxm-mapping</groupId>
    <artifactId>moxy-oxm-mapping-webapp</artifactId>
    <version>1.19.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sun.jersey.samples.moxy-oxm-mapping : moxy-oxm-mapping-webapp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.19.4

All Versions

Choose a version of com.sun.jersey.samples.moxy-oxm-mapping : moxy-oxm-mapping-webapp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.19.x
moxy-oxm-mapping-webapp-1.19.4
moxy-oxm-mapping-webapp-1.19.3
moxy-oxm-mapping-webapp-1.19.2
moxy-oxm-mapping-webapp-1.19.1
1.19
moxy-oxm-mapping-webapp-1.19
1.18.x
moxy-oxm-mapping-webapp-1.18.6
moxy-oxm-mapping-webapp-1.18.5
moxy-oxm-mapping-webapp-1.18.4
moxy-oxm-mapping-webapp-1.18.3
moxy-oxm-mapping-webapp-1.18.2
moxy-oxm-mapping-webapp-1.18.1
1.18
moxy-oxm-mapping-webapp-1.18
1.17.x
moxy-oxm-mapping-webapp-1.17.1
1.17
moxy-oxm-mapping-webapp-1.17
1.16
moxy-oxm-mapping-webapp-1.16
1.15
moxy-oxm-mapping-webapp-1.15
1.14
moxy-oxm-mapping-webapp-1.14
1.13
moxy-oxm-mapping-webapp-1.13
moxy-oxm-mapping-webapp-1.13-b01
1.12
moxy-oxm-mapping-webapp-1.12
moxy-oxm-mapping-webapp-1.12-b01
1.11.x
moxy-oxm-mapping-webapp-1.11.2
moxy-oxm-mapping-webapp-1.11.1
1.11
moxy-oxm-mapping-webapp-1.11
moxy-oxm-mapping-webapp-1.11-b04
moxy-oxm-mapping-webapp-1.11-b03
moxy-oxm-mapping-webapp-1.11-b02
moxy-oxm-mapping-webapp-1.11-b01

How to add a dependency to Maven

Add the following com.sun.jersey.samples.moxy-oxm-mapping : moxy-oxm-mapping-webapp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sun.jersey.samples.moxy-oxm-mapping</groupId>
    <artifactId>moxy-oxm-mapping-webapp</artifactId>
    <version>1.19.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sun.jersey.samples.moxy-oxm-mapping : moxy-oxm-mapping-webapp gradle dependency to your build.gradle file:

implementation 'com.sun.jersey.samples.moxy-oxm-mapping:moxy-oxm-mapping-webapp:1.19.4'

Gradle Kotlin DSL: Add the following com.sun.jersey.samples.moxy-oxm-mapping : moxy-oxm-mapping-webapp gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sun.jersey.samples.moxy-oxm-mapping:moxy-oxm-mapping-webapp:1.19.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sun.jersey.samples.moxy-oxm-mapping : moxy-oxm-mapping-webapp sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sun.jersey.samples.moxy-oxm-mapping" % "moxy-oxm-mapping-webapp" % "1.19.4"