Download org.apache.sling.junit.scriptable-1.0.8.jar file - Jar o

Jar examples for o:org.apache.sling.junit.scriptable

Description

Registers Sling test resources with the JUnit core so that they can be run as tests.

You can download jar file org.apache.sling.junit.scriptable 1.0.8 in this page.

License

Apache License

Build File

You can use the following script to add org.apache.sling.junit.scriptable-1.0.8.jar to your project.

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

Download

Click the following link to download the jar file.

org.apache.sling.junit.scriptable-1.0.8-javadoc.jar
org.apache.sling.junit.scriptable-1.0.8-sources.jar
org.apache.sling.junit.scriptable-1.0.8.jar
org.apache.sling.junit.scriptable-1.0.8.pom



Related Tutorials