| GroupId | GroupIdorg.apache.sling |
|---|---|
| ArtifactId | ArtifactIdorg.apache.sling.testing.osgi-mock.test-services |
| Version | Version3.1.0 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.sling/org.apache.sling.testing.osgi-mock.test-services/ -->
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.testing.osgi-mock.test-services</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.sling/org.apache.sling.testing.osgi-mock.test-services/
implementation 'org.apache.sling:org.apache.sling.testing.osgi-mock.test-services:3.1.0'
// https://jarcasting.com/artifacts/org.apache.sling/org.apache.sling.testing.osgi-mock.test-services/
implementation ("org.apache.sling:org.apache.sling.testing.osgi-mock.test-services:3.1.0")
'org.apache.sling:org.apache.sling.testing.osgi-mock.test-services:jar:3.1.0'
<dependency org="org.apache.sling" name="org.apache.sling.testing.osgi-mock.test-services" rev="3.1.0">
<artifact name="org.apache.sling.testing.osgi-mock.test-services" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.sling', module='org.apache.sling.testing.osgi-mock.test-services', version='3.1.0')
)
libraryDependencies += "org.apache.sling" % "org.apache.sling.testing.osgi-mock.test-services" % "3.1.0"
[org.apache.sling/org.apache.sling.testing.osgi-mock.test-services "3.1.0"]