| 组织ID: |
org.apache.geronimo.bundles |
| 项目ID: |
json |
| 版本: |
20090211_1 |
| 最后修改时间: |
2018-07-26 08:57:22 |
| 包类型: |
jar |
| 标题: |
Apache Geronimo Bundles: ${pkgArtifactId}-${pkgVersion} |
| 描述: |
This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.
|
| 大小: |
52.56KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.apache.geronimo.bundles</groupId>
<artifactId>json</artifactId>
<version>20090211_1</version>
</dependency>
|
| Gradle引入代码: |
org.apache.geronimo.bundles:json:20090211_1
|
| 下载Jar包: |
|
| POM文件内容: |
<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">
<!--
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.
-->
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.geronimo.bundles</groupId>
<artifactId>bundles-parent</artifactId>
<version>1.0</version>
</parent>
<properties>
<pkgGroupId>org.json</pkgGroupId>
<pkgArtifactId>json</pkgArtifactId>
<pkgVersion>20090211</pkgVersion>
</properties>
<artifactId>${pkgArtifactId}</artifactId>
<version>20090211_1</version>
<packaging>bundle</packaging>
<name>Apache Geronimo Bundles: ${pkgArtifactId}-${pkgVersion}</name>
<description>
This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.
</description>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/bundles/tags/json-20090211_1</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/bundles/tags/json-20090211_1</developerConnection>
<url>http://svn.apache.org/viewvc/geronimo/bundles/tags/json-20090211_1</url>
</scm>
<dependencies>
<dependency>
<groupId>${pkgGroupId}</groupId>
<artifactId>${pkgArtifactId}</artifactId>
<version>${pkgVersion}</version>
<scope>provided</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<configuration>
<instructions>
<Export-Package>*;version=${pkgVersion}</Export-Package>
<Embed-Dependency>*;scope=provided;inline=true</Embed-Dependency>
<Include-Resource>
{maven-resources},
</Include-Resource>
</instructions>
</configuration>
</plugin>
</plugins>
</build>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
META-INF/DEPENDENCIES
META-INF/LICENSE
META-INF/NOTICE
META-INF/maven/org.apache.geronimo.bundles/json/pom.properties
META-INF/maven/org.apache.geronimo.bundles/json/pom.xml
org.json.CDL.class
org.json.Cookie.class
org.json.CookieList.class
org.json.HTTP.class
org.json.HTTPTokener.class
org.json.JSONArray.class
org.json.JSONException.class
org.json.JSONML.class
org.json.JSONObject$1.class
org.json.JSONObject$Null.class
org.json.JSONObject.class
org.json.JSONString.class
org.json.JSONStringer.class
org.json.JSONTokener.class
org.json.JSONWriter.class
org.json.Test$1Obj.class
org.json.Test.class
org.json.XML.class
org.json.XMLTokener.class
|
| 依赖Jar: |
${pkgArtifactId}-${pkgVersion}.jar
/${pkgGroupId}/${pkgArtifactId}/${pkgVersion}
查看${pkgArtifactId}所有版本文件
|