组织ID: |
net.sf.scannotation |
项目ID: |
scannotation |
版本: |
1.0.2 |
最后修改时间: |
2018-07-26 17:06:34 |
包类型: |
jar |
标题: |
scannotation |
描述: |
Scannotation is a Java library that creates an annotation database from a set of .class files
|
相关URL: |
http://scannotation.sf.net |
大小: |
18.04KB |
|
Maven引入代码: |
<dependency>
<groupId>net.sf.scannotation</groupId>
<artifactId>scannotation</artifactId>
<version>1.0.2</version>
</dependency>
|
Gradle引入代码: |
net.sf.scannotation:scannotation:1.0.2
|
下载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>
<groupId>net.sf.scannotation</groupId>
<artifactId>scannotation</artifactId>
<packaging>jar</packaging>
<version>1.0.2</version>
<name>scannotation</name>
<url>http://scannotation.sf.net</url>
<description>
Scannotation is a Java library that creates an annotation database from a set of .class files
</description>
<scm>
<connection>scm:svn:https://scannotation.svn.sourceforge.net/svnroot/scannotation/scannotation/</connection>
</scm>
<licenses>
<license>
<name>Apache License V2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javassist</groupId>
<artifactId>javassist</artifactId>
<version>3.6.0.GA</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.5</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.scannotation.AnnotationDB$1.class
org.scannotation.AnnotationDB$CrossReferenceException.class
org.scannotation.AnnotationDB.class
org.scannotation.archiveiterator.DirectoryIteratorFactory.class
org.scannotation.archiveiterator.FileIterator.class
org.scannotation.archiveiterator.FileProtocolIteratorFactory.class
org.scannotation.archiveiterator.Filter.class
org.scannotation.archiveiterator.InputStreamWrapper.class
org.scannotation.archiveiterator.IteratorFactory.class
org.scannotation.archiveiterator.JarIterator.class
org.scannotation.archiveiterator.StreamIterator.class
org.scannotation.ClasspathUrlFinder.class
org.scannotation.WarUrlFinder.class
META-INF/maven/org.scannotation/scannotation/pom.xml
META-INF/maven/org.scannotation/scannotation/pom.properties
|
依赖Jar: |
junit-4.0.jar
/junit/junit/4.0
查看junit所有版本文件
javassist-3.6.0.GA.jar
/javassist/javassist/3.6.0.GA
查看javassist所有版本文件
servlet-api-2.5.jar
/javax.servlet/servlet-api/2.5
查看servlet-api所有版本文件
|