| 组织ID: |
com.metapossum |
| 项目ID: |
metapossum-scanner |
| 版本: |
1.0.1 |
| 最后修改时间: |
2018-10-11 11:26:31 |
| 包类型: |
jar |
| 标题: |
Metapossum - Scanner |
| 描述: |
Java utility library for scanning the classpath for artifacts. |
| 相关URL: |
http://bitbucket.org/stevevls/metapossum-scanner |
| 大小: |
22.30KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.metapossum</groupId>
<artifactId>metapossum-scanner</artifactId>
<version>1.0.1</version>
</dependency>
|
| Gradle引入代码: |
com.metapossum:metapossum-scanner:1.0.1
|
| 下载Jar包: |
|
| POM文件内容: |
<!--
~ Copyright 2011 Steve van Loben Sels
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<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>com.metapossum</groupId>
<artifactId>metapossum-scanner</artifactId>
<version>1.0.1</version>
<packaging>jar</packaging>
<name>Metapossum - Scanner</name>
<description>Java utility library for scanning the classpath for artifacts.</description>
<url>http://bitbucket.org/stevevls/metapossum-scanner</url>
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>5</version>
</parent>
<developers>
<developer>
<name>Steve van Loben Sels</name>
<url>http://metapossum.com/</url>
</developer>
</developers>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>ssh://hg@bitbucket.org/stevevls/metapossum-scanner</url>
<connection>scm:hg:ssh://hg@bitbucket.org/stevevls/metapossum-scanner</connection>
<developerConnection>scm:hg:ssh://hg@bitbucket.org/stevevls/metapossum-scanner</developerConnection>
</scm>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<compilerArguments>
<encoding>UTF-8</encoding>
</compilerArguments>
<source>1.6</source>
<target>1.6</target>
<optimize>true</optimize>
<debug>true</debug>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>jar</goal>
</goals>
<phase>package</phase>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>jar</goal>
</goals>
<phase>package</phase>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>sign</goal>
</goals>
<phase>verify</phase>
</execution>
</executions>
<configuration>
<keyname>A52E8D41</keyname>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.3</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.6</version>
</dependency>
<!-- DEPENDENCIES FOR TESTING -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.2</version>
<scope>test</scope>
</dependency>
</dependencies>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
com.metapossum.utils.scanner.ChainedResourceFilter$Mode.class
com.metapossum.utils.scanner.ChainedResourceFilter.class
com.metapossum.utils.scanner.ClasspathFilter$AcceptEverythingClasspathFilter.class
com.metapossum.utils.scanner.ClasspathFilter.class
com.metapossum.utils.scanner.filters.ChainedResourceFilter$Mode.class
com.metapossum.utils.scanner.filters.ChainedResourceFilter.class
com.metapossum.utils.scanner.filters.RegexResourceNameFilter.class
com.metapossum.utils.scanner.loaders.UrlResourceLoader.class
com.metapossum.utils.scanner.PackageScanner$1.class
com.metapossum.utils.scanner.PackageScanner.class
com.metapossum.utils.scanner.reflect.AnnotatedClassResourceFilter.class
com.metapossum.utils.scanner.reflect.ClassesInPackageScanner.class
com.metapossum.utils.scanner.reflect.ClassResourceLoader.class
com.metapossum.utils.scanner.reflect.ExtendsClassResourceFilter.class
com.metapossum.utils.scanner.ResourceFilter$AcceptEverythingResourceFilter.class
com.metapossum.utils.scanner.ResourceFilter$AcceptNothingResourceFilter.class
com.metapossum.utils.scanner.ResourceFilter.class
com.metapossum.utils.scanner.ResourceLoader.class
com.metapossum.utils.scanner.ResourceNameFilter$AcceptEverythingResourceNameFilter.class
com.metapossum.utils.scanner.ResourceNameFilter.class
com.metapossum.utils.scanner.ResourceVisitor.class
META-INF/maven/com.metapossum/metapossum-scanner/pom.xml
META-INF/maven/com.metapossum/metapossum-scanner/pom.properties
|
| 依赖Jar: |
commons-io-2.3.jar
/commons-io/commons-io/2.3
查看commons-io所有版本文件
commons-lang-2.6.jar
/commons-lang/commons-lang/2.6
查看commons-lang所有版本文件
junit-4.8.2.jar
/junit/junit/4.8.2
查看junit所有版本文件
|