Download org.apache.sling.fragment.activation-1.0.2.jar file - Jar o

Jar examples for o:org.apache.sling.fragment.activation

Description

Adds the Activation API package to the system bundle exports. The list of packages is derived from the packages available in the Java 6 platform. To use more recent Activation API either modify this bundle to also export those package from the platform or install respective API bundles.

You can download jar file org.apache.sling.fragment.activation 1.0.2 in this page.

License

Apache License

Build File

You can use the following script to add org.apache.sling.fragment.activation-1.0.2.jar to your project.

<dependency>
   <groupId>org.apache.sling</groupId>
   <artifactId>org.apache.sling.fragment.activation</artifactId>
   <version>1.0.2</version>
</dependency>
compile group: 'org.apache.sling', name: 'org.apache.sling.fragment.activation', version: '1.0.2'
libraryDependencies += "org.apache.sling" % "org.apache.sling.fragment.activation" % "1.0.2"
<dependency org="org.apache.sling" name="org.apache.sling.fragment.activation" rev="1.0.2"/>
@Grapes(@Grab(group='org.apache.sling', module='org.apache.sling.fragment.activation', version='1.0.2'))
'org.apache.sling:org.apache.sling.fragment.activation:jar:1.0.2'

Download

Click the following link to download the jar file.

org.apache.sling.fragment.activation-1.0.2-sources.jar
org.apache.sling.fragment.activation-1.0.2.jar
org.apache.sling.fragment.activation-1.0.2.pom



Related Tutorials