| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdorg.eclipse.persistence |
| ArtifactId | ArtifactIdmoxy-standalone |
| Version | Version3.0.2 |
| Type | Typepom |
| Description |
DescriptionEclipseLink Bundles MOXy standalone
Comprehensive and universal persistence framework for Java.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| moxy-standalone-3.0.2.pom | |
| moxy-standalone-3.0.2.zip | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.persistence/moxy-standalone/ -->
<dependency>
<groupId>org.eclipse.persistence</groupId>
<artifactId>moxy-standalone</artifactId>
<version>3.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.persistence/moxy-standalone/
implementation 'org.eclipse.persistence:moxy-standalone:3.0.2'
// https://jarcasting.com/artifacts/org.eclipse.persistence/moxy-standalone/
implementation ("org.eclipse.persistence:moxy-standalone:3.0.2")
'org.eclipse.persistence:moxy-standalone:pom:3.0.2'
<dependency org="org.eclipse.persistence" name="moxy-standalone" rev="3.0.2">
<artifact name="moxy-standalone" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.persistence', module='moxy-standalone', version='3.0.2')
)
libraryDependencies += "org.eclipse.persistence" % "moxy-standalone" % "3.0.2"
[org.eclipse.persistence/moxy-standalone "3.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.eclipse.persistence : org.eclipse.persistence.moxy | jar | 3.0.2 |
| org.eclipse.persistence : org.eclipse.persistence.moxy.utils.xjc | jar | 3.0.2 |
| jakarta.validation : jakarta.validation-api Optional | jar | 3.0.0 |
| org.glassfish : jakarta.json Optional | jar | 2.0.0 |