Maven Repository - POM file for Scala parboiled-scala_2.11 1.1.6 1.1.6

Summary

parboiled-scala.

Elegant parsing in Java and Scala - lightweight, easy-to-use, powerful.

Declaration

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

<dependency>
   <groupId>org.parboiled</groupId>
   <artifactId>parboiled-scala_2.11</artifactId>
   <version>1.1.6</version>
</dependency>

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

License

Name:Apache 2
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.





Depends on

The parboiled-scala_2.11-1.1.6 has 4 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.0
Standard library for the Scala Programming Language
192
Scalaparboiled-core 1.1.6
Elegant parsing in Java and Scala - lightweight, easy-to-use, powerful
5
Testingtestng 5.14.1
TestNG is a testing framework.
18
Scalascalatest_2.11 2.1.3
ScalaTest is a free, open-source testing toolkit for Scala and Java programmers.
147

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>org.parboiled</groupId>
    <artifactId>parboiled-scala_2.11</artifactId>
    <packaging>bundle</packaging>
    <description>Elegant parsing in Java and Scala - lightweight, easy-to-use, powerful</description>
    <url>http://parboiled.org</url>
    <version>1.1.6</version>
    <licenses>
        <license>
            <name>Apache 2</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>parboiled-scala</name>
    <inceptionYear>2009</inceptionYear>
    <organization>
        <name>org.parboiled</name>
        <url>http://parboiled.org</url>
    </organization>
    <scm>
        <url>git@github.com:sirthias/parboiled.git</url>
        <connection>scm:git:git@github.com:sirthias/parboiled.git</connection>
    </scm>
    
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.11.0</version>
        </dependency>
        <dependency>
            <groupId>org.parboiled</groupId>
            <artifactId>parboiled-core</artifactId>
            <version>1.1.6</version>
        </dependency>
        <dependency>
            <groupId>org.testng</groupId>
            <artifactId>testng</artifactId>
            <version>5.14.1</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_2.11</artifactId>
            <version>2.1.3</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>