is not current version
Last Version 1.4.23

org.xmlbeam:xmlprojector 1.4.5

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.

GroupId

GroupId

org.xmlbeam
ArtifactId

ArtifactId

xmlprojector
Version

Version

1.4.5
Type

Type

jar

Download xmlprojector 1.4.5


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