组织ID: |
org.apache.geronimo.specs |
项目ID: |
geronimo-annotation_1.0_spec |
版本: |
1.0 |
最后修改时间: |
2018-07-25 17:47:14 |
包类型: |
jar |
标题: |
Annotation 1.0 |
大小: |
11.80KB |
|
Maven引入代码: |
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-annotation_1.0_spec</artifactId>
<version>1.0</version>
</dependency>
|
Gradle引入代码: |
org.apache.geronimo.specs:geronimo-annotation_1.0_spec:1.0
|
下载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</version>
<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: |
无
|