c

com.adobe.granite.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 6 platform. To use more recent XML APIs either modify this bundle to also export those package from the platform or install respective API bundles.
Files download
File Operation
com.adobe.granite.fragment.xml-0.1.0.jar download
com.adobe.granite.fragment.xml-0.1.0.pom download
com.adobe.granite.fragment.xml-0.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.adobe.granite</groupId>
  <artifactId>com.adobe.granite.fragment.xml</artifactId>
  <version>0.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.adobe.granite:com.adobe.granite.fragment.xml:0.1.0'
Gradle Kotlin
implementation("com.adobe.granite:com.adobe.granite.fragment.xml:0.1.0")
Scala SBT
libraryDependencies += "com.adobe.granite" % "com.adobe.granite.fragment.xml" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.adobe.granite', module='com.adobe.granite.fragment.xml', version='0.1.0')
)
Apache Ivy
<dependency org="com.adobe.granite" name="com.adobe.granite.fragment.xml" rev="0.1.0" />
Leiningen
[com.adobe.granite/com.adobe.granite.fragment.xml "0.1.0"]
Apache Buildr
'com.adobe.granite:com.adobe.granite.fragment.xml:jar:0.1.0'