Maven Repository - POM file for Scala accord-core_2.10 0.3 0.3

Summary

accord-core.

Accord is a validation library written in and for Scala. Its chief aim is to provide a composable, dead-simple and self-contained story for defining validation rules and executing them on object instances. Feedback, bug reports and improvements are welcome!.

Declaration

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

<dependency>
   <groupId>com.wix</groupId>
   <artifactId>accord-core_2.10</artifactId>
   <version>0.3</version>
</dependency>

If you think this Maven repository POM file listing for accord-core_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.0
URL: http://www.opensource.org/licenses/Apache-2.0.

Depends on

The accord-core_2.10-0.3 has 7 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
Parserscala-compiler 2.10.3
Compiler for the Scala Programming Language
58
Scalascala-library 2.10.3
Standard library for the Scala Programming Language
519
Parserscala-reflect 2.10.3
Compiler for the Scala Programming Language
74
Parserquasiquotes_2.10.3 2.0.0-M3
Empowers production Scala compiler with latest macro developments
6
Scalascalatest_2.10 2.0
ScalaTest is a free, open-source testing toolkit for Scala and Java programmers.
129

Packages

The following packages are defined in the accord-core_2.10-0.3.jar

com.wix.accord
com.wix.accord.combinators
com.wix.accord.dsl
com.wix.accord.transform




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.wix</groupId>
    <artifactId>accord-core_2.10</artifactId>
    <packaging>jar</packaging>
    <description>Accord is a validation library written in and for Scala. Its chief aim is to provide a composable, dead-simple and self-contained story for defining validation rules and executing them on object instances. Feedback, bug reports and improvements are welcome!</description>
    <url>https://github.com/wix/accord</url>
    <version>0.3</version>
    <licenses>
        <license>
            <name>Apache 2.0</name>
            <url>http://www.opensource.org/licenses/Apache-2.0</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>accord-core</name>
    <organization>
        <name>com.wix</name>
        <url>https://github.com/wix/accord</url>
    </organization>
    <scm>
        <url>git@github.com:wix/accord.git</url>
        <connection>scm:git@github.com:wix/accord.git</connection>
    </scm>
    
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-compiler</artifactId>
            <version>2.10.3</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.10.3</version>
        </dependency>
        <dependency>
            <groupId>com.wix</groupId>
            <artifactId>accord-api_2.10</artifactId>
            <version>0.3</version>
        </dependency>
        <dependency>
            <groupId>com.wix</groupId>
            <artifactId>accord-scalatest_2.10</artifactId>
            <version>0.3</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-reflect</artifactId>
            <version>2.10.3</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.scalamacros</groupId>
            <artifactId>quasiquotes_2.10.3</artifactId>
            <version>2.0.0-M3</version>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_2.10</artifactId>
            <version>2.0</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>