o

org.apache.sling.contentparser.testutils

Apache Sling Content Parser Test Utilities for the Content Parser API implementations
文件下载
文件名 操作
org.apache.sling.contentparser.testutils-2.0.0.jar 下载
org.apache.sling.contentparser.testutils-2.0.0.pom 下载
org.apache.sling.contentparser.testutils-2.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.sling</groupId>
  <artifactId>org.apache.sling.contentparser.testutils</artifactId>
  <version>2.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.apache.sling:org.apache.sling.contentparser.testutils:2.0.0'
Gradle Kotlin
implementation("org.apache.sling:org.apache.sling.contentparser.testutils:2.0.0")
Scala SBT
libraryDependencies += "org.apache.sling" % "org.apache.sling.contentparser.testutils" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.sling', module='org.apache.sling.contentparser.testutils', version='2.0.0')
)
Apache Ivy
<dependency org="org.apache.sling" name="org.apache.sling.contentparser.testutils" rev="2.0.0" />
Leiningen
[org.apache.sling/org.apache.sling.contentparser.testutils "2.0.0"]
Apache Buildr
'org.apache.sling:org.apache.sling.contentparser.testutils:jar:2.0.0'