Maven Repository - POM file for Scala parboiled-core 1.1.6 1.1.6

Summary

parboiled-core.

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

Declaration

Here is the list of declaration for parboiled-core. 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-core</artifactId>
   <version>1.1.6</version>
</dependency>

If you think this Maven repository POM file listing for parboiled-core 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-core-1.1.6 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
Testingtestng 5.14.1
TestNG is a testing framework.
18
Scalascalatest_2.9.3 1.9.1
ScalaTest is a free, open-source testing toolkit for Scala and Java programmers.
23

Depended by

The following table lists the most popular artifacts which are depending on parboiled-core-1.1.6. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Scalaparboiled-scala_2.11 1.1.6
Elegant parsing in Java and Scala - lightweight, easy-to-use, powerful
5
Scalaparboiled-scala_2.10 1.1.6
Elegant parsing in Java and Scala - lightweight, easy-to-use, powerful
9

Packages

The following packages are defined in the parboiled-core-1.1.6.jar

org.parboiled
org.parboiled.buffers
org.parboiled.common
org.parboiled.errors
org.parboiled.matchers
org.parboiled.matchervisitors
org.parboiled.parserunners
org.parboiled.support
org.parboiled.trees




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-core</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-core</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.testng</groupId>
            <artifactId>testng</artifactId>
            <version>5.14.1</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_2.9.3</artifactId>
            <version>1.9.1</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>