Download org.apache.sling.testing.tools-1.0.6.jar file - Jar o

Jar examples for o:org.apache.sling.testing.tools

Description

Sling testing utilities. This is considered DEPRECATED now, replaced by the SLING-5703 modules. We'll remove this one or move to contrib after using these new modules for some time.

You can download jar file org.apache.sling.testing.tools 1.0.6 in this page.

License

Apache License

Build File

You can use the following script to add org.apache.sling.testing.tools-1.0.6.jar to your project.

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

Download

Click the following link to download the jar file.

org.apache.sling.testing.tools-1.0.6-javadoc.jar
org.apache.sling.testing.tools-1.0.6-sources.jar
org.apache.sling.testing.tools-1.0.6.jar
org.apache.sling.testing.tools-1.0.6.pom



Related Tutorials