组织ID: |
org.apache.sling |
项目ID: |
org.apache.sling.contentparser.json |
版本: |
2.0.0 |
最后修改时间: |
2019-09-16 17:22:31 |
包类型: |
jar |
标题: |
Apache Sling Content Parser for JSON |
描述: |
Apache Sling Content Parser for resource trees stored in JSON files
|
大小: |
17.30KB |
|
Maven引入代码: |
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.contentparser.json</artifactId>
<version>2.0.0</version>
</dependency>
|
Gradle引入代码: |
org.apache.sling:org.apache.sling.contentparser.json: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-bundle-parent</artifactId>
<version>35</version>
<relativePath />
</parent>
<artifactId>org.apache.sling.contentparser.json</artifactId>
<version>2.0.0</version>
<name>Apache Sling Content Parser for JSON</name>
<description>
Apache Sling Content Parser for resource trees stored in JSON files
</description>
<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-contentparser-json.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-contentparser-json.git</developerConnection>
<url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-contentparser-json.git</url>
<tag>org.apache.sling.contentparser.json-2.0.0</tag>
</scm>
<build>
<plugins>
<plugin>
<groupId>biz.aQute.bnd</groupId>
<artifactId>bnd-baseline-maven-plugin</artifactId>
<configuration>
<failOnMissing>false</failOnMissing>
</configuration>
</plugin>
</plugins>
</build>
<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.geronimo.specs</groupId>
<artifactId>geronimo-json_1.0_spec</artifactId>
<version>1.0-alpha-1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.6</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.service.component.annotations</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.annotation.versioning</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.contentparser.testutils</artifactId>
<version>2.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.johnzon</groupId>
<artifactId>johnzon-core</artifactId>
<version>1.0.0</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.apache.sling.contentparser.json.JSONParserOptions.class
org.apache.sling.contentparser.json.internal.JSONTicksConverter.class
org.apache.sling.contentparser.json.JSONParserFeature.class
org.apache.sling.contentparser.json.internal.JSONContentParser$1.class
org.apache.sling.contentparser.json.internal.JSONContentParser.class
org.apache.sling.contentparser.json.package-info.class
META-INF/LICENSE
META-INF/DEPENDENCIES
META-INF/NOTICE
OSGI-INF/org.apache.sling.contentparser.json.internal.JSONContentParser.xml
META-INF/maven/org.apache.sling/org.apache.sling.contentparser.json/pom.xml
META-INF/maven/org.apache.sling/org.apache.sling.contentparser.json/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所有版本文件
geronimo-json_1.0_spec-1.0-alpha-1.jar
/org.apache.geronimo.specs/geronimo-json_1.0_spec/1.0-alpha-1
查看geronimo-json_1.0_spec所有版本文件
commons-io-2.6.jar
/commons-io/commons-io/2.6
查看commons-io所有版本文件
org.apache.sling.contentparser.testutils-2.0.0.jar
/org.apache.sling/org.apache.sling.contentparser.testutils/2.0.0
查看org.apache.sling.contentparser.testutils所有版本文件
johnzon-core-1.0.0.jar
/org.apache.johnzon/johnzon-core/1.0.0
查看johnzon-core所有版本文件
|