组织ID: |
org.apache.sling |
项目ID: |
org.apache.sling.adapter |
版本: |
2.0.2-incubator |
最后修改时间: |
2019-03-05 13:49:41 |
包类型: |
jar |
标题: |
Sling - AdapterManager implementation |
描述: |
Bundle implementing the AdapterManager and provides a convenience
implementation of the Adaptable interface to make use of this
AdapterManager.
|
大小: |
16.68KB |
|
Maven引入代码: |
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.adapter</artifactId>
<version>2.0.2-incubator</version>
</dependency>
|
Gradle引入代码: |
org.apache.sling:org.apache.sling.adapter:2.0.2-incubator
|
下载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>3-incubator</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<artifactId>org.apache.sling.adapter</artifactId>
<packaging>bundle</packaging>
<version>2.0.2-incubator</version>
<name>Sling - AdapterManager implementation</name>
<description>
Bundle implementing the AdapterManager and provides a convenience
implementation of the Adaptable interface to make use of this
AdapterManager.
</description>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/sling/tags/org.apache.sling.adapter-2.0.2-incubator</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/sling/tags/org.apache.sling.adapter-2.0.2-incubator</developerConnection>
<url>http://svn.apache.org/viewvc/incubator/sling/tags/org.apache.sling.adapter-2.0.2-incubator</url>
</scm>
<build>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-scr-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<instructions>
<Export-Package>
org.apache.sling.adapter;version=${pom.version}
</Export-Package>
<Private-Package>
org.apache.sling.adapter.internal
</Private-Package>
</instructions>
</configuration>
</plugin>
</plugins>
</build>
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<excludePackageNames>
org.apache.sling.adapter.internal
</excludePackageNames>
</configuration>
</plugin>
</plugins>
</reporting>
<dependencies>
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.api</artifactId>
<version>2.0.2-incubator</version>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.commons.osgi</artifactId>
<version>2.0.2-incubator</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.osgi.core</artifactId>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.osgi.compendium</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/DISCLAIMER
META-INF/LICENSE
META-INF/NOTICE
META-INF/maven/org.apache.sling/org.apache.sling.adapter/pom.properties
META-INF/maven/org.apache.sling/org.apache.sling.adapter/pom.xml
OSGI-INF/scr-plugin/scrinfo.xml
OSGI-INF/serviceComponents.xml
org.apache.sling.adapter.SlingAdaptable.class
org.apache.sling.adapter.internal.AdapterFactoryDescriptor.class
org.apache.sling.adapter.internal.AdapterFactoryDescriptorKey.class
org.apache.sling.adapter.internal.AdapterFactoryDescriptorMap.class
org.apache.sling.adapter.internal.AdapterManagerImpl.class
|
依赖Jar: |
org.apache.sling.api-2.0.2-incubator.jar
/org.apache.sling/org.apache.sling.api/2.0.2-incubator
查看org.apache.sling.api所有版本文件
org.apache.sling.commons.osgi-2.0.2-incubator.jar
/org.apache.sling/org.apache.sling.commons.osgi/2.0.2-incubator
查看org.apache.sling.commons.osgi所有版本文件
|