is not current version
Last Version 1.4.23

org.xmlbeam:xmlprojector 1.1.3

A java 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 is much more stable. Requires at least Java6 and has no further runtime dependencies.

GroupId

GroupId

org.xmlbeam
ArtifactId

ArtifactId

xmlprojector
Version

Version

1.1.3
Type

Type

jar

Download xmlprojector 1.1.3


<!-- https://jarcasting.com/artifacts/org.xmlbeam/xmlprojector/ -->
<dependency>
    <groupId>org.xmlbeam</groupId>
    <artifactId>xmlprojector</artifactId>
    <version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.xmlbeam/xmlprojector/
implementation 'org.xmlbeam:xmlprojector:1.1.3'
// https://jarcasting.com/artifacts/org.xmlbeam/xmlprojector/
implementation ("org.xmlbeam:xmlprojector:1.1.3")
'org.xmlbeam:xmlprojector:jar:1.1.3'
<dependency org="org.xmlbeam" name="xmlprojector" rev="1.1.3">
  <artifact name="xmlprojector" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xmlbeam', module='xmlprojector', version='1.1.3')
)
libraryDependencies += "org.xmlbeam" % "xmlprojector" % "1.1.3"
[org.xmlbeam/xmlprojector "1.1.3"]