MVN

org.apache.sling : org.apache.sling.testing.osgi-mock.test-services

Maven & Gradle

Aug 15, 2023
1 usages

Apache Sling Testing OSGi Mock Test Services · This module is only used in the unit tests of osgi-mock.core. The sample OSGi components and services are not part of the osgi-mock test source to allow bnd plugin to auto-generate the metadata for them.

<dependency>
    <groupId>org.apache.sling</groupId>
    <artifactId>org.apache.sling.testing.osgi-mock.test-services</artifactId>
    <version>3.3.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.sling : org.apache.sling.testing.osgi-mock.test-services to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.3.10

All Versions

Choose a version of org.apache.sling : org.apache.sling.testing.osgi-mock.test-services to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.3.x
org.apache.sling.testing.osgi-mock.test-services-3.3.10
org.apache.sling.testing.osgi-mock.test-services-3.3.8
org.apache.sling.testing.osgi-mock.test-services-3.3.6
org.apache.sling.testing.osgi-mock.test-services-3.3.4
org.apache.sling.testing.osgi-mock.test-services-3.3.2
org.apache.sling.testing.osgi-mock.test-services-3.3.0
3.2.x
org.apache.sling.testing.osgi-mock.test-services-3.2.2
org.apache.sling.testing.osgi-mock.test-services-3.2.0
3.1.x
org.apache.sling.testing.osgi-mock.test-services-3.1.4
org.apache.sling.testing.osgi-mock.test-services-3.1.2
org.apache.sling.testing.osgi-mock.test-services-3.1.0

How to add a dependency to Maven

Add the following org.apache.sling : org.apache.sling.testing.osgi-mock.test-services maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.sling</groupId>
    <artifactId>org.apache.sling.testing.osgi-mock.test-services</artifactId>
    <version>3.3.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.sling : org.apache.sling.testing.osgi-mock.test-services gradle dependency to your build.gradle file:

implementation 'org.apache.sling:org.apache.sling.testing.osgi-mock.test-services:3.3.10'

Gradle Kotlin DSL: Add the following org.apache.sling : org.apache.sling.testing.osgi-mock.test-services gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.sling:org.apache.sling.testing.osgi-mock.test-services:3.3.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.sling : org.apache.sling.testing.osgi-mock.test-services sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.sling" % "org.apache.sling.testing.osgi-mock.test-services" % "3.3.10"

Advertisement