MVN

org.apache.sling : org.apache.sling.junit.core

Maven & Gradle

Jun 25, 2021
27 usages

Apache Sling JUnit Core · Runs JUnit tests in an OSGi framework and provides the JUnit libraries

<dependency>
    <groupId>org.apache.sling</groupId>
    <artifactId>org.apache.sling.junit.core</artifactId>
    <version>1.1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.sling : org.apache.sling.junit.core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.6

All Versions

Choose a version of org.apache.sling : org.apache.sling.junit.core to add to Maven or Gradle - All Versions:

  • Version Updated
  • org.apache.sling.junit.core-1.1.6

    Jun 24, 2021
  • org.apache.sling.junit.core-1.1.2

    Apr 09, 2021
  • org.apache.sling.junit.core-1.1.0

    Oct 16, 2020
  • org.apache.sling.junit.core-1.0.30

    Jul 16, 2020
  • org.apache.sling.junit.core-1.0.28

    Mar 19, 2020
  • org.apache.sling.junit.core-1.0.26

    Jun 02, 2017
  • org.apache.sling.junit.core-1.0.24

    May 08, 2017
  • org.apache.sling.junit.core-1.0.23

    Jan 06, 2017
  • org.apache.sling.junit.core-1.0.22

    Dec 19, 2016
  • org.apache.sling.junit.core-1.0.20

    Dec 13, 2016
  • org.apache.sling.junit.core-1.0.18

    Sep 14, 2016
  • org.apache.sling.junit.core-1.0.16

    Dec 29, 2015
  • org.apache.sling.junit.core-1.0.14

    Nov 19, 2015
  • org.apache.sling.junit.core-1.0.12

    Sep 23, 2015
  • org.apache.sling.junit.core-1.0.10

    Dec 11, 2014
  • org.apache.sling.junit.core-1.0.8

    Feb 15, 2013
  • org.apache.sling.junit.core-1.0.6

    Apr 14, 2011

How to add a dependency to Maven

Add the following org.apache.sling : org.apache.sling.junit.core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.sling</groupId>
    <artifactId>org.apache.sling.junit.core</artifactId>
    <version>1.1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.sling : org.apache.sling.junit.core gradle dependency to your build.gradle file:

implementation 'org.apache.sling:org.apache.sling.junit.core:1.1.6'

Gradle Kotlin DSL: Add the following org.apache.sling : org.apache.sling.junit.core gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.sling:org.apache.sling.junit.core:1.1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.sling : org.apache.sling.junit.core sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.sling" % "org.apache.sling.junit.core" % "1.1.6"