组织ID: |
org.apache.maven.shared |
项目ID: |
maven-common-artifact-filters |
版本: |
3.0.1 |
最后修改时间: |
2018-07-24 04:11:36 |
包类型: |
jar |
标题: |
Apache Maven Common Artifact Filters |
描述: |
A collection of ready-made filters to control inclusion/exclusion of artifacts during dependency resolution. |
大小: |
60.01KB |
|
Maven引入代码: |
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-common-artifact-filters</artifactId>
<version>3.0.1</version>
</dependency>
|
Gradle引入代码: |
org.apache.maven.shared:maven-common-artifact-filters:3.0.1
|
下载Jar包: |
|
POM文件内容: |
<?xml version='1.0' encoding='UTF-8'?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you 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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>maven-shared-components</artifactId>
<groupId>org.apache.maven.shared</groupId>
<version>30</version>
<relativePath>../../pom/maven/maven-shared-components/pom.xml</relativePath>
</parent>
<artifactId>maven-common-artifact-filters</artifactId>
<version>3.0.1</version>
<name>Apache Maven Common Artifact Filters</name>
<description>A collection of ready-made filters to control inclusion/exclusion of artifacts during dependency resolution.</description>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/shared/tags/maven-common-artifact-filters-3.0.1</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/shared/tags/maven-common-artifact-filters-3.0.1</developerConnection>
<url>http://svn.apache.org/viewvc/maven/shared/tags/maven-common-artifact-filters-3.0.1</url>
</scm>
<issueManagement>
<system>jira</system>
<url>https://issues.apache.org/jira/browse/MSHARED/component/12326431</url>
</issueManagement>
<distributionManagement>
<site>
<id>apache.website</id>
<url>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/components/${maven.site.path}</url>
</site>
</distributionManagement>
<properties>
<maven.version>3.0</maven.version>
</properties>
<dependencies>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-artifact</artifactId>
<version>${maven.version}</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-model</artifactId>
<version>${maven.version}</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
<version>${maven.version}</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<version>${maven.version}</version>
</dependency>
<dependency>
<groupId>org.sonatype.sisu</groupId>
<artifactId>sisu-inject-plexus</artifactId>
<version>1.4.2</version>
</dependency>
<dependency>
<groupId>org.sonatype.aether</groupId>
<artifactId>aether-api</artifactId>
<version>1.7</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.sonatype.aether</groupId>
<artifactId>aether-util</artifactId>
<version>1.7</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.eclipse.aether</groupId>
<artifactId>aether-api</artifactId>
<version>0.9.0.M2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.eclipse.aether</groupId>
<artifactId>aether-util</artifactId>
<version>0.9.0.M2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-shared-utils</artifactId>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.9</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
<version>3.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.plugin-testing</groupId>
<artifactId>maven-plugin-testing-harness</artifactId>
<version>2.1</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.apache.maven.shared.artifact.filter.AbstractStrictPatternArtifactFilter.class
org.apache.maven.shared.artifact.filter.collection.Invoker.class
org.apache.maven.shared.artifact.filter.resolve.ScopeFilter.class
org.apache.maven.shared.artifact.filter.resolve.transform.EclipseAetherFilterTransformer.class
META-INF/LICENSE
org.apache.maven.shared.artifact.filter.collection.TypeFilter.class
org.apache.maven.shared.artifact.filter.PatternIncludesArtifactFilter.class
org.apache.maven.shared.artifact.filter.resolve.ExclusionsFilter.class
org.apache.maven.shared.artifact.filter.resolve.transform.ArtifactIncludeFilterTransformer$2.class
org.apache.maven.shared.artifact.filter.resolve.transform.SonatypeAetherFilterTransformer$1.class
org.apache.maven.shared.artifact.filter.collection.AbstractArtifactFeatureFilter.class
org.apache.maven.shared.artifact.filter.collection.FilterArtifacts.class
org.apache.maven.shared.artifact.filter.resolve.AbstractFilter.class
org.apache.maven.shared.artifact.filter.resolve.PatternInclusionsFilter.class
org.apache.maven.shared.artifact.filter.resolve.transform.EclipseAetherFilterTransformer$2.class
org.apache.maven.shared.artifact.filter.ScopeArtifactFilter.class
org.apache.maven.shared.artifact.filter.collection.AbstractArtifactsFilter.class
org.apache.maven.shared.artifact.filter.collection.ClassifierFilter.class
org.apache.maven.shared.artifact.filter.collection.ProjectTransitivityFilter.class
org.apache.maven.shared.artifact.filter.resolve.FilterTransformer.class
org.apache.maven.shared.artifact.filter.resolve.OrFilter.class
org.apache.maven.shared.artifact.filter.resolve.transform.ArtifactIncludeNode.class
org.apache.maven.shared.artifact.filter.resolve.transform.SonatypeAetherFilterTransformer.class
org.apache.maven.shared.artifact.filter.collection.ArtifactIdFilter.class
org.apache.maven.shared.artifact.filter.collection.ArtifactTransitivityFilter.class
org.apache.maven.shared.artifact.filter.resolve.transform.ArtifactIncludeFilterTransformer$3.class
org.apache.maven.shared.artifact.filter.resolve.transform.SonatypeAetherFilterTransformer$2.class
META-INF/maven/org.apache.maven.shared/maven-common-artifact-filters/pom.xml
META-INF/DEPENDENCIES
org.apache.maven.shared.artifact.filter.collection.ScopeFilter.class
org.apache.maven.shared.artifact.filter.PatternExcludesArtifactFilter.class
org.apache.maven.shared.artifact.filter.resolve.PatternExclusionsFilter.class
org.apache.maven.shared.artifact.filter.resolve.transform.EclipseAetherFilterTransformer$1.class
org.apache.maven.shared.artifact.filter.resolve.TransformableFilter.class
org.apache.maven.shared.artifact.filter.collection.ArtifactFilterException.class
org.apache.maven.shared.artifact.filter.collection.ArtifactsFilter.class
org.apache.maven.shared.artifact.filter.resolve.Node.class
org.apache.maven.shared.artifact.filter.resolve.transform.ArtifactIncludeFilterTransformer.class
org.apache.maven.shared.artifact.filter.resolve.transform.SonatypeAetherNode.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
maven-artifact-${maven.version}.jar
/org.apache.maven/maven-artifact/${maven.version}
查看maven-artifact所有版本文件
maven-model-${maven.version}.jar
/org.apache.maven/maven-model/${maven.version}
查看maven-model所有版本文件
maven-core-${maven.version}.jar
/org.apache.maven/maven-core/${maven.version}
查看maven-core所有版本文件
maven-plugin-api-${maven.version}.jar
/org.apache.maven/maven-plugin-api/${maven.version}
查看maven-plugin-api所有版本文件
sisu-inject-plexus-1.4.2.jar
/org.sonatype.sisu/sisu-inject-plexus/1.4.2
查看sisu-inject-plexus所有版本文件
aether-api-1.7.jar
/org.sonatype.aether/aether-api/1.7
查看aether-api所有版本文件
aether-util-1.7.jar
/org.sonatype.aether/aether-util/1.7
查看aether-util所有版本文件
aether-api-0.9.0.M2.jar
/org.eclipse.aether/aether-api/0.9.0.M2
查看aether-api所有版本文件
aether-util-0.9.0.M2.jar
/org.eclipse.aether/aether-util/0.9.0.M2
查看aether-util所有版本文件
maven-shared-utils-3.1.0.jar
/org.apache.maven.shared/maven-shared-utils/3.1.0
查看maven-shared-utils所有版本文件
junit-4.9.jar
/junit/junit/4.9
查看junit所有版本文件
easymock-3.2.jar
/org.easymock/easymock/3.2
查看easymock所有版本文件
maven-plugin-testing-harness-2.1.jar
/org.apache.maven.plugin-testing/maven-plugin-testing-harness/2.1
查看maven-plugin-testing-harness所有版本文件
|