is not current version
Last Version 4.0.0-M3

org.eclipse.persistence:moxy-standalone 3.0.0-RC2


Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.persistence
ArtifactId

ArtifactId

moxy-standalone
Version

Version

3.0.0-RC2
Type

Type

pom

Download moxy-standalone 3.0.0-RC2


<!-- https://jarcasting.com/artifacts/org.eclipse.persistence/moxy-standalone/ -->
<dependency>
    <groupId>org.eclipse.persistence</groupId>
    <artifactId>moxy-standalone</artifactId>
    <version>3.0.0-RC2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.persistence/moxy-standalone/
implementation 'org.eclipse.persistence:moxy-standalone:3.0.0-RC2'
// https://jarcasting.com/artifacts/org.eclipse.persistence/moxy-standalone/
implementation ("org.eclipse.persistence:moxy-standalone:3.0.0-RC2")
'org.eclipse.persistence:moxy-standalone:pom:3.0.0-RC2'
<dependency org="org.eclipse.persistence" name="moxy-standalone" rev="3.0.0-RC2">
  <artifact name="moxy-standalone" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.persistence', module='moxy-standalone', version='3.0.0-RC2')
)
libraryDependencies += "org.eclipse.persistence" % "moxy-standalone" % "3.0.0-RC2"
[org.eclipse.persistence/moxy-standalone "3.0.0-RC2"]