Download scopt_2.11-3.3.0.jar file

Introduction

You can download scopt_2.11-3.3.0.jar in this page.

License

MIT License

Type List

scopt_2.11-3.3.0.jar file has the following types.

META-INF/MANIFEST.MF
scopt.Arg.class
scopt.Check.class
scopt.Cmd.class
scopt.Head.class
scopt.Note.class
scopt.Opt.class
scopt.OptionDef.class
scopt.OptionDefKind.class
scopt.OptionParser.class
scopt.Read.class
scopt.Validation.class
scopt.Zero.class

Pom

scopt_2.11-3.3.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>com.github.scopt</groupId>
    <artifactId>scopt_2.11</artifactId>
    <packaging>jar</packaging>
    <description>a command line options parsing library</description>
    <url>https://github.com/scopt/scopt</url>
    <version>3.3.0</version>
    <licenses>
        <license>
            <name>MIT License</name>
            <url>http://www.opensource.org/licenses/mit-license.php</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>scopt</name>
    <organization>
        <name>com.github.scopt</name>
        <url>https://github.com/scopt/scopt</url>
    </organization>
    <scm>
        <url>git@github.com:scopt/scopt.git</url>
        <connection>scm:git:git@github.com:scopt/scopt.git</connection>
    </scm>
    <developers>
        <developer>
            <id>eed3si9n</id>
            <name>Eugene Yokota</name>
            <url>http://eed3si9n.com</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.11.4</version>
        </dependency>
        <dependency>
            <groupId>org.specs2</groupId>
            <artifactId>specs2_2.11</artifactId>
            <version>2.3.11</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>com.github.scopt</groupId>
   <artifactId>scopt_2.11</artifactId>
   <version>3.3.0</version>
</dependency>

Download

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



Download scopt_2.11-3.3.0.jar file




PreviousNext

Related