o

org.apache.sling.fragment.xml

Adds the XML API packages to the system bundle exports. The list of packages is derived from the packages available in the Java 7 platform. The system bundle exporting these packages gives no guarantee the platform provides them. For proper setup it is suggested to either install an extension fragment adapted to the platform or to install regular API packages as bundles.
Files download
File Operation
org.apache.sling.fragment.xml-1.0.2.jar download
org.apache.sling.fragment.xml-1.0.2.pom download
org.apache.sling.fragment.xml-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.sling</groupId>
  <artifactId>org.apache.sling.fragment.xml</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'org.apache.sling:org.apache.sling.fragment.xml:1.0.2'
Gradle Kotlin
implementation("org.apache.sling:org.apache.sling.fragment.xml:1.0.2")
Scala SBT
libraryDependencies += "org.apache.sling" % "org.apache.sling.fragment.xml" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.sling', module='org.apache.sling.fragment.xml', version='1.0.2')
)
Apache Ivy
<dependency org="org.apache.sling" name="org.apache.sling.fragment.xml" rev="1.0.2" />
Leiningen
[org.apache.sling/org.apache.sling.fragment.xml "1.0.2"]
Apache Buildr
'org.apache.sling:org.apache.sling.fragment.xml:jar:1.0.2'