MVN

dev.canverse : expectation

Maven & Gradle

Dec 18, 2023
0 stars

dev.canverse:expectation · Expectation is a versatile Java validation library designed to simplify and enhance the validation process in your projects. With Expectation, validating objects becomes an intuitive and expressive experience, allowing you to create clear and concise validation rules.

<dependency>
    <groupId>dev.canverse</groupId>
    <artifactId>expectation</artifactId>
    <version>0.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.canverse : expectation to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.5

All Versions

Choose a version of dev.canverse : expectation to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
expectation-0.0.5
expectation-0.0.3
expectation-0.0.2
expectation-0.0.1

How to add a dependency to Maven

Add the following dev.canverse : expectation maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.canverse</groupId>
    <artifactId>expectation</artifactId>
    <version>0.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.canverse : expectation gradle dependency to your build.gradle file:

implementation 'dev.canverse:expectation:0.0.5'

Gradle Kotlin DSL: Add the following dev.canverse : expectation gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.canverse:expectation:0.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.canverse : expectation sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.canverse" % "expectation" % "0.0.5"

Advertisement