| 组织ID: |
org.apache.geronimo.specs |
| 项目ID: |
geronimo-annotation_1.0_spec |
| 版本: |
1.0-M1 |
| 最后修改时间: |
2019-10-23 01:56:21 |
| 包类型: |
jar |
| 标题: |
Annotation 1.0 |
| 大小: |
11.83KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-annotation_1.0_spec</artifactId>
<version>1.0-M1</version>
</dependency>
|
| Gradle引入代码: |
org.apache.geronimo.specs:geronimo-annotation_1.0_spec:1.0-M1
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?><project>
<parent>
<artifactId>specs</artifactId>
<groupId>org.apache.geronimo.specs</groupId>
<version>1.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>geronimo-annotation_1.0_spec</artifactId>
<name>Annotation 1.0</name>
<version>1.0-M1</version>
<scm>
<connection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-annotation_1.0_spec-1.0-M1</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-annotation_1.0_spec-1.0-M1</developerConnection>
<url>https://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-annotation_1.0_spec-1.0-M1</url>
</scm>
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>
<plugin>
<artifactId>maven-idea-plugin</artifactId>
<configuration>
<jdkName>1.5</jdkName>
<linkModules>true</linkModules>
</configuration>
</plugin>
</plugins>
</build>
<distributionManagement>
<status>deployed</status>
</distributionManagement>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
javax.annotation.Generated.class
javax.annotation.PostConstruct.class
javax.annotation.PreDestroy.class
javax.annotation.Resource$AuthenticationType.class
javax.annotation.Resource.class
javax.annotation.Resources.class
javax.annotation.security.DeclareRoles.class
javax.annotation.security.DenyAll.class
javax.annotation.security.PermitAll.class
javax.annotation.security.RolesAllowed.class
javax.annotation.security.RunAs.class
META-INF/LICENSE.txt
META-INF/NOTICE.txt
META-INF/maven/org.apache.geronimo.specs/geronimo-annotation_1.0_spec/pom.xml
META-INF/maven/org.apache.geronimo.specs/geronimo-annotation_1.0_spec/pom.properties
|
| 依赖Jar: |
无
|