x

xmlprojector

A java XML CRUD library to create "projections" of XML-Data to Java (and back). A projection is a defined subset of XML elements or attributes in an XML DOM tree. In contrast to data binding the resulting Java API does not mirror the XML structure, but user defined views to the structure. Requires at least Java6, supports Java8 features and has no further runtime dependencies.
http://xmlbeam.org
The Apache Software License, Version 2.0
Sven Ewald
Files download
File Operation
xmlprojector-1.4.8.jar download
xmlprojector-1.4.8.pom download
xmlprojector-1.4.8-sources.jar download
Apache Maven
<dependency>
  <groupId>org.xmlbeam</groupId>
  <artifactId>xmlprojector</artifactId>
  <version>1.4.8</version>
</dependency>
Gradle Groovy
implementation 'org.xmlbeam:xmlprojector:1.4.8'
Gradle Kotlin
implementation("org.xmlbeam:xmlprojector:1.4.8")
Scala SBT
libraryDependencies += "org.xmlbeam" % "xmlprojector" % "1.4.8"
Groovy Grape
@Grapes(
  @Grab(group='org.xmlbeam', module='xmlprojector', version='1.4.8')
)
Apache Ivy
<dependency org="org.xmlbeam" name="xmlprojector" rev="1.4.8" />
Leiningen
[org.xmlbeam/xmlprojector "1.4.8"]
Apache Buildr
'org.xmlbeam:xmlprojector:jar:1.4.8'