b

beanValidation-1.1

The Bean Validation 1.1 specification provides an annotation based model for validating JavaBeans. It can be used to assert and maintain the integrity of data as it travels through an application. This feature is built on top of Apache BVal.
https://openliberty.io/
Eclipse Public License 2.0
Eric Lau
Files download
File Operation
beanValidation-1.1-24.0.0.2.pom download
Apache Maven
<dependency>
  <groupId>io.openliberty.features</groupId>
  <artifactId>beanValidation-1.1</artifactId>
  <version>24.0.0.2</version>
  <type>esa</type>
</dependency>
Gradle Groovy
implementation 'io.openliberty.features:beanValidation-1.1:24.0.0.2'
Gradle Kotlin
implementation("io.openliberty.features:beanValidation-1.1:24.0.0.2")
Scala SBT
libraryDependencies += "io.openliberty.features" % "beanValidation-1.1" % "24.0.0.2"
Groovy Grape
@Grapes(
  @Grab(group='io.openliberty.features', module='beanValidation-1.1', version='24.0.0.2')
)
Apache Ivy
<dependency org="io.openliberty.features" name="beanValidation-1.1" rev="24.0.0.2" />
Leiningen
[io.openliberty.features/beanValidation-1.1 "24.0.0.2"]
Apache Buildr
'io.openliberty.features:beanValidation-1.1:jar:24.0.0.2'