Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdorg.apache.sling |
ArtifactId | ArtifactIdorg.apache.sling.junit.teleporter |
Version | Version1.0.4 |
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.4</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.4'
// https://jarcasting.com/artifacts/org.apache.sling/org.apache.sling.junit.teleporter/
implementation ("org.apache.sling:org.apache.sling.junit.teleporter:1.0.4")
'org.apache.sling:org.apache.sling.junit.teleporter:jar:1.0.4'
<dependency org="org.apache.sling" name="org.apache.sling.junit.teleporter" rev="1.0.4">
<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.4')
)
libraryDependencies += "org.apache.sling" % "org.apache.sling.junit.teleporter" % "1.0.4"
[org.apache.sling/org.apache.sling.junit.teleporter "1.0.4"]