MVN

com.wix : accord-core_2.13

Maven & Gradle

Mar 11, 2020
6 usages

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!

<dependency>
    <groupId>com.wix</groupId>
    <artifactId>accord-core_2.13</artifactId>
    <version>0.7.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.wix : accord-core_2.13 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7.6

All Versions

Choose a version of com.wix : accord-core_2.13 to add to Maven or Gradle - All Versions:

  • Version Updated
  • accord-core_2.13-0.7.6

    Mar 11, 2020
  • accord-core_2.13-0.7.5

    Dec 04, 2019
  • accord-core_2.13-0.7.4

    Aug 15, 2019

How to add a dependency to Maven

Add the following com.wix : accord-core_2.13 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.wix</groupId>
    <artifactId>accord-core_2.13</artifactId>
    <version>0.7.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.wix : accord-core_2.13 gradle dependency to your build.gradle file:

implementation 'com.wix:accord-core_2.13:0.7.6'

Gradle Kotlin DSL: Add the following com.wix : accord-core_2.13 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.wix:accord-core_2.13:0.7.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.wix : accord-core_2.13 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.wix" % "accord-core_2.13" % "0.7.6"