组织ID: |
org.apache.felix |
项目ID: |
org.apache.felix.scr.annotations |
版本: |
0.9.0 |
最后修改时间: |
2018-08-12 15:14:33 |
包类型: |
jar |
标题: |
Annotations for Maven SCR Plugin |
描述: |
Annotations for generating OSGi service descriptors with Maven SCR plugin.
|
大小: |
14.05KB |
|
Maven引入代码: |
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.scr.annotations</artifactId>
<version>0.9.0</version>
</dependency>
|
Gradle引入代码: |
org.apache.felix:org.apache.felix.scr.annotations:0.9.0
|
下载Jar包: |
|
POM文件内容: |
<!--
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>
<artifactId>felix-parent</artifactId>
<groupId>org.apache.felix</groupId>
<version>1.2.0</version>
<relativePath>../pom/pom.xml</relativePath>
</parent>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.scr.annotations</artifactId>
<version>0.9.0</version>
<packaging>jar</packaging>
<name>Annotations for Maven SCR Plugin</name>
<description>
Annotations for generating OSGi service descriptors with Maven SCR plugin.
</description>
<scm>
<connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.scr.annotations-0.9.0</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.scr.annotations-0.9.0</developerConnection>
<url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.scr.annotations-0.9.0</url>
</scm>
<build>
<plugins>
<!-- JDK 1.5 needed for annotation support -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>
</plugins>
</build>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/LICENSE
META-INF/NOTICE
org.apache.felix.scr.annotations.AutoDetect.class
org.apache.felix.scr.annotations.Component.class
org.apache.felix.scr.annotations.Properties.class
org.apache.felix.scr.annotations.Property.class
org.apache.felix.scr.annotations.PropertyOption.class
org.apache.felix.scr.annotations.Reference.class
org.apache.felix.scr.annotations.ReferenceCardinality.class
org.apache.felix.scr.annotations.ReferencePolicy.class
org.apache.felix.scr.annotations.References.class
org.apache.felix.scr.annotations.Service.class
org.apache.felix.scr.annotations.Services.class
org.apache.felix.scr.annotations.sling.SlingServlet.class
META-INF/maven/org.apache.felix/org.apache.felix.scr.annotations/pom.xml
META-INF/maven/org.apache.felix/org.apache.felix.scr.annotations/pom.properties
|
依赖Jar: |
无
|