组织ID: |
org.apache.sling |
项目ID: |
org.apache.sling.contentparser.testutils |
版本: |
2.0.0 |
最后修改时间: |
2019-12-05 06:57:21 |
包类型: |
jar |
标题: |
Apache Sling Content Parser Test Utilities |
描述: |
Apache Sling Content Parser Test Utilities for the Content Parser API implementations
|
大小: |
12.27KB |
|
Maven引入代码: |
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.contentparser.testutils</artifactId>
<version>2.0.0</version>
</dependency>
|
Gradle引入代码: |
org.apache.sling:org.apache.sling.contentparser.testutils:2.0.0
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.sling</groupId>
<artifactId>sling</artifactId>
<version>35</version>
<relativePath />
</parent>
<artifactId>org.apache.sling.contentparser.testutils</artifactId>
<version>2.0.0</version>
<name>Apache Sling Content Parser Test Utilities</name>
<description>
Apache Sling Content Parser Test Utilities for the Content Parser API implementations
</description>
<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-contentparser-testutils.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-contentparser-testutils.git</developerConnection>
<url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-contentparser-testutils.git</url>
<tag>org.apache.sling.contentparser.testutils-2.0.0</tag>
</scm>
<dependencies>
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.contentparser.api</artifactId>
<version>2.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.8</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.apache.sling.contentparser.testutils.mapsupport.ContentElementHandler.class
org.apache.sling.contentparser.testutils.mapsupport.ContentElement.class
org.apache.sling.contentparser.testutils.TestUtils.class
org.apache.sling.contentparser.testutils.mapsupport.ContentElementHandlerException.class
META-INF/LICENSE
META-INF/DEPENDENCIES
META-INF/NOTICE
META-INF/maven/org.apache.sling/org.apache.sling.contentparser.testutils/pom.xml
META-INF/maven/org.apache.sling/org.apache.sling.contentparser.testutils/pom.properties
|
依赖Jar: |
org.apache.sling.contentparser.api-2.0.0.jar
/org.apache.sling/org.apache.sling.contentparser.api/2.0.0
查看org.apache.sling.contentparser.api所有版本文件
commons-lang3-3.8.jar
/org.apache.commons/commons-lang3/3.8
查看commons-lang3所有版本文件
|