Download io_2.11-1.0.0.jar file

Introduction

You can download io_2.11-1.0.0.jar in this page.

License

BSD New

Type List

io_2.11-1.0.0.jar file has the following types.

META-INF/MANIFEST.MF
sbt.internal.io.Alternative.class
sbt.internal.io.Alternatives.class
sbt.internal.io.DeferredWriter.class
sbt.internal.io.ErrorHandling.class
sbt.internal.io.OpenFile.class
sbt.internal.io.Resources.class
sbt.internal.io.ResourcesException.class
sbt.internal.io.SourceModificationWatch.class
sbt.internal.io.TranslatedException.class
sbt.internal.io.TranslatedIOException.class
sbt.internal.io.Using.class
sbt.internal.io.WatchState.class
sbt.internal.io.WrapUsing.class
sbt.io.AllPassFilter.class
sbt.io.ChildPathFinder.class
sbt.io.DescendantOrSelfPathFinder.class
sbt.io.DirectoryFilter.class
sbt.io.ExactFilter.class
sbt.io.ExcludeFiles.class
sbt.io.ExistsFileFilter.class
sbt.io.FileFilter.class
sbt.io.FilterFiles.class
sbt.io.GlobFilter.class
sbt.io.Hash.class
sbt.io.HiddenFileFilter.class
sbt.io.IO.class
sbt.io.Mapper.class
sbt.io.NameFilter.class
sbt.io.NothingFilter.class
sbt.io.Path.class
sbt.io.PathExtra.class
sbt.io.PathFinder.class
sbt.io.PathLow.class
sbt.io.Paths.class
sbt.io.PatternFilter.class
sbt.io.RichFile.class
sbt.io.SimpleFileFilter.class
sbt.io.SimpleFilter.class
sbt.io.SingleFile.class

Pom

io_2.11-1.0.0.pom file content.

<?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.scala-sbt</groupId>
    <artifactId>io_2.11</artifactId>
    <packaging>jar</packaging>
    <description>IO module for sbt</description>
    <url>https://github.com/sbt/io</url>
    <version>1.0.0-M3</version>
    <licenses>
        <license>
            <name>BSD New</name>
            <url>https://github.com/sbt/sbt/blob/0.13/LICENSE</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>IO</name>
    <organization>
        <name>org.scala-sbt</name>
        <url>https://github.com/sbt/io</url>
    </organization>
    <scm>
        <url>https://github.com/sbt/io</url>
        <connection>git@github.com:sbt/io.git</connection>
    </scm>
    <developers>
        <developer>
            <id>harrah</id>
            <name>Mark Harrah</name>
            <email>@harrah</email>
            <url>https://github.com/harrah</url>
        </developer>
        <developer>
            <id>eed3si9n</id>
            <name>Eugene Yokota</name>
            <email>@eed3si9n</email>
            <url>https://github.com/eed3si9n</url>
        </developer>
        <developer>
            <id>jsuereth</id>
            <name>Josh Suereth</name>
            <email>@jsuereth</email>
            <url>https://github.com/jsuereth</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-compiler</artifactId>
            <version>2.11.7</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.11.7</version>
        </dependency>
        <dependency>
            <groupId>org.scalacheck</groupId>
            <artifactId>scalacheck_2.11</artifactId>
            <version>1.11.5</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.specs2</groupId>
            <artifactId>specs2_2.11</artifactId>
            <version>2.3.11</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
    <repositories>
        <repository>
            <id>bintraysbtmavenreleases</id>
            <name>bintray-sbt-maven-releases</name>
            <url>https://dl.bintray.com/sbt/maven-releases/</url>
            <layout>default</layout>
        </repository>
    </repositories>
</project>

POM Entry

<dependency>
   <groupId>org.scala-sbt</groupId>
   <artifactId>io_2.11</artifactId>
   <version>1.0.0</version>
</dependency>

Download

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



Download io_2.11-1.0.0.jar file




PreviousNext

Related