组织ID: |
org.apache.maven.resolver |
项目ID: |
maven-resolver-api |
版本: |
1.3.2 |
最后修改时间: |
2019-11-04 16:15:00 |
包类型: |
jar |
标题: |
Maven Artifact Resolver API |
描述: |
The application programming interface for the repository system.
|
大小: |
145.76KB |
|
Maven引入代码: |
<dependency>
<groupId>org.apache.maven.resolver</groupId>
<artifactId>maven-resolver-api</artifactId>
<version>1.3.2</version>
</dependency>
|
Gradle引入代码: |
org.apache.maven.resolver:maven-resolver-api:1.3.2
|
下载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>
<groupId>org.apache.maven.resolver</groupId>
<artifactId>maven-resolver</artifactId>
<version>1.3.2</version>
</parent>
<artifactId>maven-resolver-api</artifactId>
<name>Maven Artifact Resolver API</name>
<description>
The application programming interface for the repository system.
</description>
<properties>
<Automatic-Module-Name>org.apache.maven.resolver</Automatic-Module-Name>
<Bundle-SymbolicName>${Automatic-Module-Name}.api</Bundle-SymbolicName>
</properties>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifestFile>${project.build.directory}/osgi/MANIFEST.MF</manifestFile>
</archive>
</configuration>
</plugin>
</plugins>
</build>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.eclipse.aether.AbstractForwardingRepositorySystemSession.class
org.eclipse.aether.repository.NoLocalRepositoryManagerException.class
org.eclipse.aether.repository.RepositoryPolicy.class
org.eclipse.aether.DefaultSessionData.class
org.eclipse.aether.graph.DefaultDependencyNode.class
org.eclipse.aether.graph.Exclusion.class
org.eclipse.aether.graph.DependencyFilter.class
org.eclipse.aether.graph.Dependency.class
org.eclipse.aether.transfer.MetadataTransferException.class
org.eclipse.aether.RepositoryCache.class
org.eclipse.aether.ConfigurationProperties.class
org.eclipse.aether.resolution.ArtifactDescriptorRequest.class
org.eclipse.aether.deployment.DeployResult.class
org.eclipse.aether.RepositorySystemSession.class
org.eclipse.aether.transform.FileTransformerManager.class
org.eclipse.aether.DefaultRepositorySystemSession$NullArtifactTypeRegistry.class
org.eclipse.aether.repository.RemoteRepository$Builder.class
org.eclipse.aether.RequestTrace.class
org.eclipse.aether.collection.UnsolvableVersionConflictException.class
org.eclipse.aether.DefaultRepositorySystemSession$NullMirrorSelector.class
org.eclipse.aether.transfer.TransferResource.class
org.eclipse.aether.installation.InstallRequest.class
org.eclipse.aether.installation.InstallationException.class
org.eclipse.aether.resolution.VersionRequest.class
org.eclipse.aether.resolution.ArtifactDescriptorPolicy.class
org.eclipse.aether.resolution.ResolutionErrorPolicy.class
org.eclipse.aether.resolution.VersionResolutionException.class
org.eclipse.aether.version.VersionConstraint.class
org.eclipse.aether.version.VersionScheme.class
org.eclipse.aether.version.InvalidVersionSpecificationException.class
org.eclipse.aether.artifact.Artifact.class
org.eclipse.aether.DefaultRepositorySystemSession$NullFileTransformerManager.class
META-INF/DEPENDENCIES
org.eclipse.aether.repository.MirrorSelector.class
org.eclipse.aether.repository.LocalMetadataResult.class
org.eclipse.aether.collection.DependencyManagement.class
org.eclipse.aether.transfer.AbstractTransferListener.class
org.eclipse.aether.transfer.TransferEvent$EventType.class
org.eclipse.aether.resolution.DependencyRequest.class
org.eclipse.aether.artifact.DefaultArtifactType.class
org.eclipse.aether.metadata.DefaultMetadata.class
org.eclipse.aether.repository.LocalArtifactRequest.class
org.eclipse.aether.repository.LocalRepository.class
org.eclipse.aether.collection.DependencyCollectionContext.class
org.eclipse.aether.graph.Dependency$Exclusions$1.class
org.eclipse.aether.transfer.ArtifactNotFoundException.class
org.eclipse.aether.transfer.NoTransporterException.class
org.eclipse.aether.transfer.ArtifactTransferException.class
org.eclipse.aether.RepositoryListener.class
org.eclipse.aether.transform.TransformException.class
META-INF/maven/org.apache.maven.resolver/maven-resolver-api/pom.xml
org.eclipse.aether.repository.WorkspaceRepository.class
org.eclipse.aether.DefaultRepositoryCache.class
org.eclipse.aether.collection.DependencyGraphTransformer.class
org.eclipse.aether.graph.DependencyNode.class
org.eclipse.aether.transfer.TransferListener.class
org.eclipse.aether.transfer.ChecksumFailureException.class
org.eclipse.aether.transfer.NoRepositoryConnectorException.class
org.eclipse.aether.resolution.DependencyResolutionException.class
org.eclipse.aether.artifact.AbstractArtifact.class
org.eclipse.aether.metadata.Metadata$Nature.class
org.eclipse.aether.repository.WorkspaceReader.class
org.eclipse.aether.graph.DependencyCycle.class
org.eclipse.aether.graph.DependencyVisitor.class
org.eclipse.aether.transfer.TransferEvent.class
org.eclipse.aether.transfer.TransferEvent$Builder.class
org.eclipse.aether.installation.InstallResult.class
org.eclipse.aether.resolution.ArtifactDescriptorException.class
org.eclipse.aether.resolution.ArtifactRequest.class
org.eclipse.aether.resolution.VersionRangeResult.class
org.eclipse.aether.resolution.ArtifactResult.class
org.eclipse.aether.version.Version.class
org.eclipse.aether.artifact.ArtifactTypeRegistry.class
org.eclipse.aether.artifact.ArtifactType.class
org.eclipse.aether.metadata.AbstractMetadata.class
org.eclipse.aether.repository.Proxy.class
org.eclipse.aether.collection.DependencyTraverser.class
org.eclipse.aether.resolution.DependencyResult.class
org.eclipse.aether.deployment.DeployRequest.class
org.eclipse.aether.transform.FileTransformer.class
META-INF/maven/org.apache.maven.resolver/maven-resolver-api/pom.properties
org.eclipse.aether.repository.LocalMetadataRegistration.class
org.eclipse.aether.repository.ProxySelector.class
org.eclipse.aether.repository.AuthenticationContext.class
org.eclipse.aether.RepositoryEvent.class
org.eclipse.aether.collection.DependencyGraphTransformationContext.class
org.eclipse.aether.collection.VersionFilter.class
org.eclipse.aether.RepositorySystem.class
org.eclipse.aether.resolution.ArtifactResolutionException.class
org.eclipse.aether.metadata.Metadata.class
org.eclipse.aether.repository.Authentication.class
org.eclipse.aether.collection.DependencyManager.class
org.eclipse.aether.collection.CollectRequest.class
org.eclipse.aether.collection.CollectResult.class
org.eclipse.aether.collection.VersionFilter$VersionFilterContext.class
org.eclipse.aether.transfer.MetadataNotFoundException.class
org.eclipse.aether.transfer.TransferEvent$1.class
org.eclipse.aether.transfer.NoRepositoryLayoutException.class
org.eclipse.aether.transfer.TransferCancelledException.class
org.eclipse.aether.resolution.MetadataResult.class
org.eclipse.aether.resolution.VersionResult.class
org.eclipse.aether.version.VersionRange.class
org.eclipse.aether.SessionData.class
META-INF/LICENSE
org.eclipse.aether.repository.AuthenticationDigest.class
org.eclipse.aether.collection.DependencySelector.class
org.eclipse.aether.RepositoryEvent$Builder.class
org.eclipse.aether.graph.Dependency$Exclusions.class
org.eclipse.aether.resolution.ArtifactDescriptorResult.class
org.eclipse.aether.resolution.VersionRangeRequest.class
org.eclipse.aether.deployment.DeploymentException.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
|