Maven Repository - POM file for Scala parboiled-scala_2.10 1.1.4 1.1.4

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.10. 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.10</artifactId>
   <version>1.1.4</version>
</dependency>

If you think this Maven repository POM file listing for parboiled-scala_2.10 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.10-1.1.4 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.10.0
Standard library for the Scala Programming Language
435
Testingtestng 5.14.1
TestNG is a testing framework.
18
Scalascalatest_2.10 1.9.1
ScalaTest is a free, open-source testing toolkit for Scala and Java programmers.
383

Packages

The following packages are defined in the parboiled-scala_2.10-1.1.4.jar

org.parboiled.scala
org.parboiled.scala.parserunners
org.parboiled.scala.rules
org.parboiled.scala.testing
org.parboiled.scala.utils

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.10</artifactId>
    <packaging>jar</packaging>
    <description>Elegant parsing in Java and Scala - lightweight, easy-to-use, powerful</description>
    <url>http://parboiled.org</url>
    <version>1.1.4</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.parboiled</groupId>
            <artifactId>parboiled-core</artifactId>
            <version>1.1.4</version>
        </dependency>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.10.0</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.10</artifactId>
            <version>1.9.1</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>