Download aether-spi-0.9.0.v20140226.jar file

Introduction

You can download aether-spi-0.9.0.v20140226.jar in this page.

License

Open Source License

Type List

aether-spi-0.9.0.v20140226.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

Pom

aether-spi-0.9.0.v20140226.pom file content.

<?xml version="1.0" encoding="UTF-8"?>

<!--
 ~ Copyright (c) 2010, 2012 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>0.9.0.v20140226</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>

POM Entry

<dependency>
   <groupId>org.eclipse.aether</groupId>
   <artifactId>aether-spi</artifactId>
   <version>0.9.0.v20140226</version>
</dependency>

Download

If you think the following aether-spi-0.9.0.v20140226.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download aether-spi-0.9.0.v20140226.jar file




PreviousNext

Related