You can download aether-spi-1.0.2.v20150114.jar in this page.
Open Source License
aether-spi-1.0.2.v20150114.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.eclipse.aether/aether-spi/pom.properties META-INF/maven/org.eclipse.aether/aether-spi/pom.xml about.html org.eclipse.aether.spi.connector.ArtifactDownload.class org.eclipse.aether.spi.connector.ArtifactTransfer.class org.eclipse.aether.spi.connector.ArtifactUpload.class org.eclipse.aether.spi.connector.MetadataDownload.class org.eclipse.aether.spi.connector.MetadataTransfer.class org.eclipse.aether.spi.connector.MetadataUpload.class org.eclipse.aether.spi.connector.RepositoryConnector.class org.eclipse.aether.spi.connector.RepositoryConnectorFactory.class org.eclipse.aether.spi.connector.Transfer.class org.eclipse.aether.spi.connector.checksum.ChecksumPolicy.class org.eclipse.aether.spi.connector.checksum.ChecksumPolicyProvider.class org.eclipse.aether.spi.connector.layout.RepositoryLayout.class org.eclipse.aether.spi.connector.layout.RepositoryLayoutFactory.class org.eclipse.aether.spi.connector.layout.RepositoryLayoutProvider.class org.eclipse.aether.spi.connector.transport.AbstractTransporter.class org.eclipse.aether.spi.connector.transport.GetTask.class org.eclipse.aether.spi.connector.transport.PeekTask.class org.eclipse.aether.spi.connector.transport.PutTask.class org.eclipse.aether.spi.connector.transport.TransportListener.class org.eclipse.aether.spi.connector.transport.TransportTask.class org.eclipse.aether.spi.connector.transport.Transporter.class org.eclipse.aether.spi.connector.transport.TransporterFactory.class org.eclipse.aether.spi.connector.transport.TransporterProvider.class org.eclipse.aether.spi.io.FileProcessor.class org.eclipse.aether.spi.localrepo.LocalRepositoryManagerFactory.class org.eclipse.aether.spi.locator.Service.class org.eclipse.aether.spi.locator.ServiceLocator.class org.eclipse.aether.spi.log.Logger.class org.eclipse.aether.spi.log.LoggerFactory.class org.eclipse.aether.spi.log.NullLogger.class org.eclipse.aether.spi.log.NullLoggerFactory.class
aether-spi-1.0.2.v20150114.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <!-- ~ Copyright (c) 2010, 2014 Sonatype, Inc. ~ All rights reserved. This program and the accompanying materials ~ are made available under the terms of the Eclipse Public License v1.0 ~ which accompanies this distribution, and is available at ~ http://www.eclipse.org/legal/epl-v10.html ~ ~ Contributors: ~ Sonatype, Inc. - initial API and implementation --> <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>1.0.2.v20150114</version> </parent> <artifactId>aether-spi</artifactId> <name>Aether SPI</name> <description> The service provider interface for repository system implementations and repository connectors. </description> <properties> <bundle.symbolicName>org.eclipse.aether.spi</bundle.symbolicName> </properties> <dependencies> <dependency> <groupId>org.eclipse.aether</groupId> <artifactId>aether-api</artifactId> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-library</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.mojo</groupId> <artifactId>clirr-maven-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> </plugin> </plugins> </build> </project>
<dependency> <groupId>org.eclipse.aether</groupId> <artifactId>aether-spi</artifactId> <version>1.0.2.v20150114</version> </dependency>
If you think the following aether-spi-1.0.2.v20150114.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download aether-spi-1.0.2.v20150114.jar file