组织ID: |
org.codehaus.plexus |
项目ID: |
plexus-component-annotations |
版本: |
1.0-alpha-6 |
最后修改时间: |
2019-10-23 23:00:20 |
包类型: |
jar |
标题: |
Plexus Component Annotations |
大小: |
4.10KB |
|
Maven引入代码: |
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-annotations</artifactId>
<version>1.0-alpha-6</version>
</dependency>
|
Gradle引入代码: |
org.codehaus.plexus:plexus-component-annotations:1.0-alpha-6
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<!-- $Id: pom.xml 7045 2007-11-09 16:39:35Z jdcasey $ -->
<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.codehaus.plexus</groupId>
<artifactId>plexus-containers</artifactId>
<version>1.0-alpha-38</version>
</parent>
<artifactId>plexus-component-annotations</artifactId>
<name>Plexus Component Annotations</name>
<version>1.0-alpha-6</version>
<build>
<plugins>
<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
org.codehaus.plexus.component.annotations.Component.class
org.codehaus.plexus.component.annotations.Configuration.class
org.codehaus.plexus.component.annotations.Requirement.class
META-INF/maven/org.codehaus.plexus/plexus-component-annotations/pom.xml
META-INF/maven/org.codehaus.plexus/plexus-component-annotations/pom.properties
|
依赖Jar: |
无
|