c

commons-jelly-tags-jaxme

JaxMe Tag Library. Apache JaxMe is an open source generative xml-object binder. Tags are provided that generate java objects from schema using JaxMe and that will marshall and unmarshall any JAXB complient implementations.
Files download
File Operation
commons-jelly-tags-jaxme-20040902.072852.jar download
commons-jelly-tags-jaxme-20040902.072852.pom download
Apache Maven
<dependency>
  <groupId>commons-jelly</groupId>
  <artifactId>commons-jelly-tags-jaxme</artifactId>
  <version>20040902.072852</version>
</dependency>
Gradle Groovy
implementation 'commons-jelly:commons-jelly-tags-jaxme:20040902.072852'
Gradle Kotlin
implementation("commons-jelly:commons-jelly-tags-jaxme:20040902.072852")
Scala SBT
libraryDependencies += "commons-jelly" % "commons-jelly-tags-jaxme" % "20040902.072852"
Groovy Grape
@Grapes(
  @Grab(group='commons-jelly', module='commons-jelly-tags-jaxme', version='20040902.072852')
)
Apache Ivy
<dependency org="commons-jelly" name="commons-jelly-tags-jaxme" rev="20040902.072852" />
Leiningen
[commons-jelly/commons-jelly-tags-jaxme "20040902.072852"]
Apache Buildr
'commons-jelly:commons-jelly-tags-jaxme:jar:20040902.072852'