MVN

net.andreinc : jbve

Maven & Gradle

Apr 20, 2021
118 stars

Java Bean Validation Extension(s) · Java Bean Validation Extension(s)

<dependency>
    <groupId>net.andreinc</groupId>
    <artifactId>jbve</artifactId>
    <version>0.0.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.andreinc : jbve to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.12

All Versions

Choose a version of net.andreinc : jbve to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
jbve-0.0.12

How to add a dependency to Maven

Add the following net.andreinc : jbve maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.andreinc</groupId>
    <artifactId>jbve</artifactId>
    <version>0.0.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.andreinc : jbve gradle dependency to your build.gradle file:

implementation 'net.andreinc:jbve:0.0.12'

Gradle Kotlin DSL: Add the following net.andreinc : jbve gradle kotlin dependency to your build.gradle.kts file:

implementation("net.andreinc:jbve:0.0.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.andreinc : jbve sbt scala dependency to your build.sbt file:

libraryDependencies += "net.andreinc" % "jbve" % "0.0.12"

Advertisement

Dependencies from Group

Dec 11, 2021
3 usages
525 stars
Feb 09, 2021
1 usages
1 stars
Feb 09, 2021
1 usages
19 stars
Dec 16, 2021
62 stars
Apr 21, 2021

Discover Dependencies