| 组织ID: |
org.kohsuke.metainf-services |
| 项目ID: |
metainf-services |
| 版本: |
1.8 |
| 最后修改时间: |
2018-08-07 18:30:28 |
| 包类型: |
jar |
| 标题: |
META-INF/services generator |
| 描述: |
Annotation-driven META-INF/services auto-generation |
| 相关URL: |
http://metainf-services.kohsuke.org/ |
| 大小: |
7.32KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.kohsuke.metainf-services</groupId>
<artifactId>metainf-services</artifactId>
<version>1.8</version>
</dependency>
|
| Gradle引入代码: |
org.kohsuke.metainf-services:metainf-services:1.8
|
| 下载Jar包: |
|
| POM文件内容: |
<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.kohsuke</groupId>
<artifactId>pom</artifactId>
<version>20</version>
</parent>
<groupId>org.kohsuke.metainf-services</groupId>
<artifactId>metainf-services</artifactId>
<version>1.8</version>
<name>META-INF/services generator</name>
<description>Annotation-driven META-INF/services auto-generation</description>
<url>http://metainf-services.kohsuke.org/</url>
<scm>
<connection>scm:git:git@github.com/kohsuke/${project.artifactId}.git</connection>
<developerConnection>scm:git:ssh://git@github.com/kohsuke/${project.artifactId}.git</developerConnection>
<url>http://${project.artifactId}.kohsuke.org/</url>
<tag>metainf-services-1.8</tag>
</scm>
<distributionManagement>
<site>
<id>github-pages</id>
<url>gitsite:git@github.com/kohsuke/${project.artifactId}.git</url>
</site>
</distributionManagement>
<developers>
<developer>
<name>Kohsuke Kawaguchi</name>
<id>kohsuke</id>
<email>kk@kohsuke.org</email>
</developer>
</developers>
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
<compilerArgument>-proc:none</compilerArgument>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-maven-plugin</artifactId>
<version>1.15</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>check</goal>
</goals>
<configuration>
<signature>
<groupId>org.codehaus.mojo.signature</groupId>
<artifactId>java16</artifactId>
<version>1.0</version>
</signature>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
<licenses>
<license>
<name>MIT license</name>
<url>http://www.opensource.org/licenses/mit-license.php</url>
<distribution>repo</distribution>
</license>
</licenses>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
org.kohsuke.metainf_services.AnnotationProcessorImpl.class
org.kohsuke.MetaInfServices.class
META-INF/services/javax.annotation.processing.Processor
META-INF/maven/org.kohsuke.metainf-services/metainf-services/pom.xml
META-INF/maven/org.kohsuke.metainf-services/metainf-services/pom.properties
|
| 依赖Jar: |
无
|