组织ID: |
org.jboss.spec.javax.annotation |
项目ID: |
jboss-annotations-api_1.2_spec |
版本: |
1.0.0.Alpha1 |
最后修改时间: |
2018-07-27 18:39:49 |
包类型: |
jar |
标题: |
Common Annotations 1.2 API |
描述: |
JSR 250: Common Annotations for the Java(TM) Platform |
大小: |
18.75KB |
|
Maven引入代码: |
<dependency>
<groupId>org.jboss.spec.javax.annotation</groupId>
<artifactId>jboss-annotations-api_1.2_spec</artifactId>
<version>1.0.0.Alpha1</version>
</dependency>
|
Gradle引入代码: |
org.jboss.spec.javax.annotation:jboss-annotations-api_1.2_spec:1.0.0.Alpha1
|
下载Jar包: |
|
POM文件内容: |
<?xml version='1.0' encoding='UTF-8'?>
<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.jboss</groupId>
<artifactId>jboss-parent</artifactId>
<version>10</version>
</parent>
<groupId>org.jboss.spec.javax.annotation</groupId>
<artifactId>jboss-annotations-api_1.2_spec</artifactId>
<version>1.0.0.Alpha1</version>
<packaging>jar</packaging>
<name>Common Annotations 1.2 API</name>
<description>JSR 250: Common Annotations for the Java(TM) Platform</description>
<licenses>
<license>
<name>CDDL or GPLv2 with exceptions</name>
<url>https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:git:git@github.com:jboss/jboss-annotations-api_spec.git</connection>
<developerConnection>scm:git:git@github.com:jboss/jboss-annotations-api_spec.git</developerConnection>
<url>https://github.com/jboss/jboss-annotations-api_spec</url>
<tag>jboss-annotations-api_1.2_spec-1.0.0.Alpha1</tag>
</scm>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<executions>
<execution>
<id>copy-resources</id>
<phase>process-resources</phase>
<goals>
<goal>copy-resources</goal>
</goals>
<configuration>
<resources>
<resource>
<directory>${basedir}</directory>
<includes>
<include>LICENSE</include>
<include>README</include>
</includes>
</resource>
</resources>
<outputDirectory>${project.build.outputDirectory}/META-INF</outputDirectory>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<executions>
<execution>
<id>bundle-manifest</id>
<phase>process-classes</phase>
<goals>
<goal>manifest</goal>
</goals>
</execution>
</executions>
<configuration>
<archive>
<manifest>
<addDefaultSpecificationEntries>false</addDefaultSpecificationEntries>
</manifest>
</archive>
<instructions>
<Specification-Title>JSR 250: Common Annotations for the Java(TM) Platform</Specification-Title>
<Specification-Vendor>Oracle</Specification-Vendor>
<Specification-Version>1.2</Specification-Version>
<Export-Package>
javax.annotation*;version=1.2
</Export-Package>
</instructions>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<configuration>
<archive>
<manifestEntries>
<Specification-Title>JSR 250: Common Annotations for the Java(TM) Platform</Specification-Title>
<Specification-Vendor>Oracle</Specification-Vendor>
<Specification-Version>1.2</Specification-Version>
</manifestEntries>
</archive>
</configuration>
</plugin>
</plugins>
</build>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
javax.annotation.PostConstruct.class
javax.annotation.security.DenyAll.class
javax.annotation.security.DeclareRoles.class
javax.annotation.security.RolesAllowed.class
javax.annotation.security.PermitAll.class
javax.annotation.security.RunAs.class
javax.annotation.Generated.class
javax.annotation.sql.DataSourceDefinition.class
javax.annotation.sql.DataSourceDefinitions.class
javax.annotation.Resource.class
javax.annotation.Resources.class
javax.annotation.Resource$AuthenticationType.class
javax.annotation.PreDestroy.class
javax.annotation.ManagedBean.class
javax.annotation.Priority.class
META-INF/LICENSE
META-INF/README
META-INF/maven/org.jboss.spec.javax.annotation/jboss-annotations-api_1.2_spec/pom.xml
META-INF/maven/org.jboss.spec.javax.annotation/jboss-annotations-api_1.2_spec/pom.properties
META-INF/INDEX.LIST
|
依赖Jar: |
无
|