Apache Sling System Bundle Extension: XML APIs

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.

License

License

GroupId

GroupId

org.apache.sling
ArtifactId

ArtifactId

org.apache.sling.fragment.xml
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

Apache Sling System Bundle Extension: XML APIs
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.
Project Organization

Project Organization

The Apache Software Foundation

Download org.apache.sling.fragment.xml

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2
1.0.0