Maven Repository - POM file for Console aeromock-cli_2.11 0.1.4 0.1.4

Summary

aeromock-cli.

Aeromock Command line interface module..

Declaration

Here is the list of declaration for aeromock-cli_2.11. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>jp.co.cyberagent.aeromock</groupId>
   <artifactId>aeromock-cli_2.11</artifactId>
   <version>0.1.4</version>
</dependency>

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

License

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

Depends on

The aeromock-cli_2.11-0.1.4 has 8 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.11.1
Standard library for the Scala Programming Language
254
Parserscala-reflect 2.11.1
Compiler for the Scala Programming Language
39
Loglogback-classic 1.1.2
logback-classic module
162




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>jp.co.cyberagent.aeromock</groupId>
    <artifactId>aeromock-cli_2.11</artifactId>
    <packaging>jar</packaging>
    <description>Aeromock Command line interface module.</description>
    <version>0.1.4</version>
    <name>aeromock-cli</name>
    <organization>
        <name>jp.co.cyberagent.aeromock</name>
    </organization>
    <url>https://github.com/CyberAgent/aeromock</url>
    <licenses>
        <license>
            <name>The MIT License</name>
            <url>http://www.opensource.org/licenses/mit-license.php</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <scm>
        <connection>scm:git:git@github.com:CyberAgent/aeromock.git</connection>
        <developerConnection>scm:git:git@github.com:CyberAgent/aeromock.git</developerConnection>
        <url>git@github.com:CyberAgent/aeromock.git</url>
    </scm>
    
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.11.1</version>
        </dependency>
        <dependency>
            <groupId>jp.co.cyberagent.aeromock</groupId>
            <artifactId>aeromock-server_2.11</artifactId>
            <version>0.1.4</version>
        </dependency>
        <dependency>
            <groupId>org.scalaz</groupId>
            <artifactId>scalaz-core_2.11</artifactId>
            <version>7.0.6</version>
        </dependency>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-reflect</artifactId>
            <version>2.11.1</version>
        </dependency>
        <dependency>
            <groupId>com.typesafe.scala-logging</groupId>
            <artifactId>scala-logging-slf4j_2.11</artifactId>
            <version>2.1.2</version>
        </dependency>
        <dependency>
            <groupId>ch.qos.logback</groupId>
            <artifactId>logback-classic</artifactId>
            <version>1.1.2</version>
        </dependency>
        <dependency>
            <groupId>jp.co.cyberagent.aeromock</groupId>
            <artifactId>aeromock-dsl</artifactId>
            <version>0.1.4</version>
        </dependency>
        <dependency>
            <groupId>org.specs2</groupId>
            <artifactId>specs2_2.11</artifactId>
            <version>2.3.12</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>