protovalidate
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>build.buf</groupId> <artifactId>protovalidate</artifactId> <version>0.4.2</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>build.buf</groupId> <artifactId>protovalidate</artifactId> <version>0.4.2</version> <name>protovalidate-java</name> <description>Protocol Buffer Validation</description> <url>https://github.com/bufbuild/protovalidate-java</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>bufbuild</id> <name>Buf Technologies</name> </developer> </developers> <scm> <connection>scm:git:https://github.com/bufbuild/protovalidate-java.git</connection> <developerConnection>scm:git:ssh://git@github.com/bufbuild/protovalidate-java.git</developerConnection> <url>https://github.com/bufbuild/protovalidate-java</url> </scm> <dependencyManagement> <dependencies> <dependency> <groupId>org.projectnessie.cel</groupId> <artifactId>cel-bom</artifactId> <version>0.5.1</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>com.google.protobuf</groupId> <artifactId>protobuf-java</artifactId> <version>4.28.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.projectnessie.cel</groupId> <artifactId>cel-core</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>33.3.1-jre</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.github.seancfoley</groupId> <artifactId>ipaddress</artifactId> <version>5.5.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>jakarta.mail</groupId> <artifactId>jakarta.mail-api</artifactId> <version>2.1.3</version> <scope>runtime</scope> </dependency> </dependencies> </project>