Maven Repository - POM file for Console scopt_2.10 3.2.0 3.2.0

Summary

scopt.

a command line options parsing library.

Declaration

Here is the list of declaration for scopt_2.10. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>com.github.scopt</groupId>
   <artifactId>scopt_2.10</artifactId>
   <version>3.2.0</version>
</dependency>

If you think this Maven repository POM file listing for scopt_2.10 is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

License

Name:MIT License
URL: http://www.opensource.org/licenses/mit-license.php.

Depends on

The scopt_2.10-3.2.0 has 2 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
Scalascala-library 2.10.3
Standard library for the Scala Programming Language
519




Packages

The following packages are defined in the scopt_2.10-3.2.0.jar

scopt

POM File Source

Here is the content of the POM file.

<?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.10</artifactId>
    <packaging>jar</packaging>
    <description>a command line options parsing library</description>
    <url>https://github.com/scopt/scopt</url>
    <version>3.2.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>
    
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.10.3</version>
        </dependency>
        <dependency>
            <groupId>org.specs2</groupId>
            <artifactId>specs2_2.10</artifactId>
            <version>2.3.3</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>