easy-random-bean-validation-jdk11
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.dvgaba</groupId> <artifactId>easy-random-bean-validation-jdk11</artifactId> <version>6.2.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>io.github.dvgaba</groupId> <artifactId>easy-random-jdk11</artifactId> <version>6.2.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>easy-random-bean-validation-jdk11</artifactId> <ciManagement> <system>Github Actions</system> <url>https://github.com/j-easy/easy-random/actions</url> </ciManagement> <dependencies> <dependency> <groupId>io.github.dvgaba</groupId> <artifactId>easy-random-randomizers-jdk11</artifactId> </dependency> <dependency> <groupId>javax.validation</groupId> <artifactId>validation-api</artifactId> </dependency> <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.glassfish</groupId> <artifactId>javax.el</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.hibernate.validator</groupId> <artifactId>hibernate-validator</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter</artifactId> <scope>test</scope> </dependency> </dependencies> <description>Easy Random module for Bean Validation API support</description> <developers> <developer> <id>benas</id> <name>Mahmoud Ben Hassine</name> <email>mahmoud.benhassine@icloud.com</email> <roles> <role>Lead developer</role> </roles> <url>http://benas.github.io</url> </developer> </developers> <issueManagement> <system>GitHub</system> <url>https://github.com/j-easy/easy-random</url> </issueManagement> <licenses> <license> <name>MIT License</name> <url>http://opensource.org/licenses/mit-license.php</url> </license> </licenses> <name>Easy Random Bean Validation</name> <scm> <connection>scm:git:git@github.com:j-easy/easy-random.git</connection> <developerConnection>scm:git:git@github.com:j-easy/easy-random.git</developerConnection> <tag>HEAD</tag> <url>git@github.com:j-easy/easy-random.git</url> </scm> <url>https://github.com/j-easy/easy-random</url> </project>