组织ID: |
org.apache.tapestry |
项目ID: |
tapestry-json |
版本: |
5.2.6 |
最后修改时间: |
2018-08-15 14:49:32 |
包类型: |
jar |
标题: |
Tapestry JSON Library |
描述: |
Repackaged, improved (and tested) version of code originally from json.org.
|
大小: |
23.83KB |
|
Maven引入代码: |
<dependency>
<groupId>org.apache.tapestry</groupId>
<artifactId>tapestry-json</artifactId>
<version>5.2.6</version>
</dependency>
|
Gradle引入代码: |
org.apache.tapestry:tapestry-json:5.2.6
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0"?>
<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>
<groupId>org.apache.tapestry</groupId>
<artifactId>tapestry-json</artifactId>
<packaging>jar</packaging>
<parent>
<groupId>org.apache.tapestry</groupId>
<artifactId>tapestry-project</artifactId>
<version>5.2.6</version>
</parent>
<name>Tapestry JSON Library</name>
<description>
Repackaged, improved (and tested) version of code originally from json.org.
</description>
<inceptionYear>2010</inceptionYear>
<dependencies>
<dependency>
<groupId>org.apache.tapestry</groupId>
<artifactId>tapestry-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tapestry</groupId>
<artifactId>tapestry-ioc</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
</plugin>
<!-- This gets the plugin to clean up the cobertura.ser file left
in the root directory. -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<version>${cobertura-plugin-version}</version>
<executions>
<execution>
<id>clean</id>
<goals>
<goal>clean</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<reportSets>
<reportSet>
<reports>
<report>summary</report>
<report>dependencies</report>
</reports>
</reportSet>
</reportSets>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<version>${cobertura-plugin-version}</version>
</plugin>
</plugins>
</reporting>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/DEPENDENCIES
META-INF/LICENSE
META-INF/NOTICE
org.apache.tapestry5.json.CompactSession.class
org.apache.tapestry5.json.JSONArray.class
org.apache.tapestry5.json.JSONCollection.class
org.apache.tapestry5.json.JSONLiteral.class
org.apache.tapestry5.json.JSONObject$1.class
org.apache.tapestry5.json.JSONObject$Null.class
org.apache.tapestry5.json.JSONObject.class
org.apache.tapestry5.json.JSONPrintSession.class
org.apache.tapestry5.json.JSONString.class
org.apache.tapestry5.json.JSONTokener.class
org.apache.tapestry5.json.PrettyPrintSession$Position.class
org.apache.tapestry5.json.PrettyPrintSession.class
META-INF/maven/org.apache.tapestry/tapestry-json/pom.xml
META-INF/maven/org.apache.tapestry/tapestry-json/pom.properties
META-INF/INDEX.LIST
|
依赖Jar: |
|