Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdorg.apache.sling |
ArtifactId | ArtifactIdorg.apache.sling.junit.teleporter |
Version | Version1.0.18 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.sling/org.apache.sling.junit.teleporter/ -->
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.junit.teleporter</artifactId>
<version>1.0.18</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.sling/org.apache.sling.junit.teleporter/
implementation 'org.apache.sling:org.apache.sling.junit.teleporter:1.0.18'
// https://jarcasting.com/artifacts/org.apache.sling/org.apache.sling.junit.teleporter/
implementation ("org.apache.sling:org.apache.sling.junit.teleporter:1.0.18")
'org.apache.sling:org.apache.sling.junit.teleporter:jar:1.0.18'
<dependency org="org.apache.sling" name="org.apache.sling.junit.teleporter" rev="1.0.18">
<artifact name="org.apache.sling.junit.teleporter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.sling', module='org.apache.sling.junit.teleporter', version='1.0.18')
)
libraryDependencies += "org.apache.sling" % "org.apache.sling.junit.teleporter" % "1.0.18"
[org.apache.sling/org.apache.sling.junit.teleporter "1.0.18"]