| 组织ID: |
eu.infomas |
| 项目ID: |
annotation-detector |
| 版本: |
3.0.4 |
| 最后修改时间: |
2018-07-28 10:19:48 |
| 包类型: |
jar |
| 标题: |
INFOMAS ASL :: Annotation Detector |
| 描述: |
Fast, lightweight, OSGi compliant scanner for Java Annotations.
|
| 大小: |
14.85KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>eu.infomas</groupId>
<artifactId>annotation-detector</artifactId>
<version>3.0.4</version>
</dependency>
|
| Gradle引入代码: |
eu.infomas:annotation-detector:3.0.4
|
| 下载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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>eu.infomas</groupId>
<artifactId>infomas-asl</artifactId>
<version>3.0.4</version>
<relativePath>../</relativePath>
</parent>
<artifactId>annotation-detector</artifactId>
<version>3.0.4</version>
<packaging>bundle</packaging>
<name>INFOMAS ASL :: Annotation Detector</name>
<description>
Fast, lightweight, OSGi compliant scanner for Java Annotations.
</description>
<!-- this is a sub module and uses scm, issue and ci managment from the parent project -->
<build>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<instructions>
<Export-Package>eu.infomas.annotation</Export-Package>
<Bundle-DocURL>http://rmuller.github.io/${project.artifactId}</Bundle-DocURL>
</instructions>
</configuration>
</plugin>
<plugin>
<groupId>com.github.github</groupId>
<artifactId>site-maven-plugin</artifactId>
<configuration>
<merge>true</merge>
<path>annotation-detector</path>
</configuration>
</plugin>
</plugins>
</build>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
META-INF/maven/eu.infomas/annotation-detector/pom.properties
META-INF/maven/eu.infomas/annotation-detector/pom.xml
eu.infomas.annotation.AnnotationDetector$FieldReporter.class
eu.infomas.annotation.AnnotationDetector$MethodReporter.class
eu.infomas.annotation.AnnotationDetector$Reporter.class
eu.infomas.annotation.AnnotationDetector$TypeReporter.class
eu.infomas.annotation.AnnotationDetector.class
eu.infomas.annotation.ClassFileBuffer.class
eu.infomas.annotation.ClassFileIterator.class
eu.infomas.annotation.FileIterator.class
eu.infomas.annotation.ZipFileIterator.class
|
| 依赖Jar: |
无
|