autogenerated-resource-verifier-java
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.exasol</groupId> <artifactId>autogenerated-resource-verifier-java</artifactId> <version>0.1.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"> <modelVersion>4.0.0</modelVersion> <groupId>com.exasol</groupId> <artifactId>autogenerated-resource-verifier-java</artifactId> <version>0.1.2</version> <name>Autogenerated resource verifier</name> <description>This Java library allows you to automatically create resources in Java.</description> <url>https://github.com/exasol/autogenerated-resource-verifier-java/</url> <licenses> <license> <name>MIT License</name> <url>https://github.com/exasol/autogenerated-resource-verifier-java/blob/main/LICENSE</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <name>Exasol</name> <email>opensource@exasol.com</email> <organization>Exasol AG</organization> <organizationUrl>https://www.exasol.com/</organizationUrl> </developer> </developers> <scm> <connection>scm:git:https://github.com/exasol/autogenerated-resource-verifier-java.git/autogenerated-resource-verifier-java</connection> <developerConnection>scm:git:https://github.com/exasol/autogenerated-resource-verifier-java.git/autogenerated-resource-verifier-java</developerConnection> <url>https://github.com/exasol/autogenerated-resource-verifier-java/autogenerated-resource-verifier-java/</url> </scm> <distributionManagement> <repository> <id>maven.exasol.com</id> <url>https://maven.exasol.com/artifactory/exasol-releases</url> </repository> <snapshotRepository> <id>maven.exasol.com</id> <url>https://maven.exasol.com/artifactory/exasol-snapshots</url> </snapshotRepository> </distributionManagement> <dependencies> <dependency> <groupId>com.exasol</groupId> <artifactId>error-reporting-java</artifactId> <version>0.4.1</version> <scope>compile</scope> </dependency> </dependencies> <repositories> <repository> <snapshots> <enabled>false</enabled> </snapshots> <id>maven.exasol.com</id> <url>https://maven.exasol.com/artifactory/exasol-releases</url> </repository> <repository> <snapshots> <enabled>true</enabled> </snapshots> <id>maven.exasol.com-snapshots</id> <url>https://maven.exasol.com/artifactory/exasol-snapshots</url> </repository> </repositories> </project>