组织ID: |
org.eclipse.aether |
项目ID: |
aether-impl |
版本: |
0.9.0.M2 |
最后修改时间: |
2018-07-23 21:08:49 |
包类型: |
jar |
标题: |
Aether Implementation |
描述: |
An implementation of the repository system.
|
大小: |
141.47KB |
|
Maven引入代码: |
<dependency>
<groupId>org.eclipse.aether</groupId>
<artifactId>aether-impl</artifactId>
<version>0.9.0.M2</version>
</dependency>
|
Gradle引入代码: |
org.eclipse.aether:aether-impl:0.9.0.M2
|
下载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>org.eclipse.aether</groupId>
<artifactId>aether</artifactId>
<version>0.9.0.M2</version>
</parent>
<artifactId>aether-impl</artifactId>
<name>Aether Implementation</name>
<description>
An implementation of the repository system.
</description>
<properties>
<bundle.symbolicName>org.eclipse.aether.impl</bundle.symbolicName>
</properties>
<dependencies>
<dependency>
<groupId>org.eclipse.aether</groupId>
<artifactId>aether-api</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.aether</groupId>
<artifactId>aether-spi</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.aether</groupId>
<artifactId>aether-util</artifactId>
</dependency>
<dependency>
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-annotations</artifactId>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.sonatype.sisu</groupId>
<artifactId>sisu-inject-plexus</artifactId>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.eclipse.aether</groupId>
<artifactId>aether-test-util</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-metadata</artifactId>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>sisu-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<configuration>
<instructions>
<Export-Package>org.eclipse.aether.impl</Export-Package>
</instructions>
</configuration>
</plugin>
</plugins>
</build>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
about.html
META-INF/plexus/components.xml
META-INF/sisu/javax.inject.Named
org.eclipse.aether.impl.AetherModule$1.class
org.eclipse.aether.impl.AetherModule$Slf4jModule.class
org.eclipse.aether.impl.AetherModule.class
org.eclipse.aether.impl.ArtifactDescriptorReader.class
org.eclipse.aether.impl.ArtifactResolver.class
org.eclipse.aether.impl.DefaultServiceLocator$Entry.class
org.eclipse.aether.impl.DefaultServiceLocator$ErrorHandler.class
org.eclipse.aether.impl.DefaultServiceLocator.class
org.eclipse.aether.impl.DependencyCollector.class
org.eclipse.aether.impl.Deployer.class
org.eclipse.aether.impl.Installer.class
org.eclipse.aether.impl.LocalRepositoryProvider.class
org.eclipse.aether.impl.MetadataGenerator.class
org.eclipse.aether.impl.MetadataGeneratorFactory.class
org.eclipse.aether.impl.MetadataResolver.class
org.eclipse.aether.impl.OfflineController.class
org.eclipse.aether.impl.RemoteRepositoryManager.class
org.eclipse.aether.impl.RepositoryConnectorProvider.class
org.eclipse.aether.impl.RepositoryEventDispatcher.class
org.eclipse.aether.impl.SyncContextFactory.class
org.eclipse.aether.impl.UpdateCheck.class
org.eclipse.aether.impl.UpdateCheckManager.class
org.eclipse.aether.impl.UpdatePolicyAnalyzer.class
org.eclipse.aether.impl.VersionRangeResolver.class
org.eclipse.aether.impl.VersionResolver.class
org.eclipse.aether.internal.impl.ArtifactRequestBuilder.class
org.eclipse.aether.internal.impl.CacheUtils.class
org.eclipse.aether.internal.impl.CachingArtifactTypeRegistry.class
org.eclipse.aether.internal.impl.DataPool$BadDescriptor.class
org.eclipse.aether.internal.impl.DataPool$Constraint$VersionRepo.class
org.eclipse.aether.internal.impl.DataPool$Constraint.class
org.eclipse.aether.internal.impl.DataPool$ConstraintKey.class
org.eclipse.aether.internal.impl.DataPool$Descriptor.class
org.eclipse.aether.internal.impl.DataPool$GoodDescriptor.class
org.eclipse.aether.internal.impl.DataPool$GraphKey.class
org.eclipse.aether.internal.impl.DataPool.class
org.eclipse.aether.internal.impl.DefaultArtifactResolver$ResolutionGroup.class
org.eclipse.aether.internal.impl.DefaultArtifactResolver$ResolutionItem.class
org.eclipse.aether.internal.impl.DefaultArtifactResolver.class
org.eclipse.aether.internal.impl.DefaultDependencyCollectionContext.class
org.eclipse.aether.internal.impl.DefaultDependencyCollector$Args.class
org.eclipse.aether.internal.impl.DefaultDependencyCollector.class
org.eclipse.aether.internal.impl.DefaultDependencyGraphTransformationContext.class
org.eclipse.aether.internal.impl.DefaultDeployer$ArtifactUploadEx.class
org.eclipse.aether.internal.impl.DefaultDeployer$EventCatapult.class
org.eclipse.aether.internal.impl.DefaultDeployer$MetadataUploadEx.class
org.eclipse.aether.internal.impl.DefaultDeployer.class
org.eclipse.aether.internal.impl.DefaultFileProcessor.class
org.eclipse.aether.internal.impl.DefaultInstaller.class
org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider$1.class
org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider.class
org.eclipse.aether.internal.impl.DefaultMetadataResolver$1.class
org.eclipse.aether.internal.impl.DefaultMetadataResolver$ResolveTask.class
org.eclipse.aether.internal.impl.DefaultMetadataResolver.class
org.eclipse.aether.internal.impl.DefaultOfflineController.class
org.eclipse.aether.internal.impl.DefaultRemoteRepositoryManager.class
org.eclipse.aether.internal.impl.DefaultRepositoryConnectorProvider$1.class
org.eclipse.aether.internal.impl.DefaultRepositoryConnectorProvider.class
org.eclipse.aether.internal.impl.DefaultRepositoryEventDispatcher$1.class
org.eclipse.aether.internal.impl.DefaultRepositoryEventDispatcher.class
org.eclipse.aether.internal.impl.DefaultRepositorySystem.class
org.eclipse.aether.internal.impl.DefaultSyncContextFactory$DefaultSyncContext.class
org.eclipse.aether.internal.impl.DefaultSyncContextFactory.class
org.eclipse.aether.internal.impl.DefaultUpdateCheckManager.class
org.eclipse.aether.internal.impl.DefaultUpdatePolicyAnalyzer.class
org.eclipse.aether.internal.impl.EnhancedLocalRepositoryManager.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
|