testy-jooq-box
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>fr.irun</groupId> <artifactId>testy-jooq-box</artifactId> <version>1.10.0</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>fr.irun</groupId> <artifactId>testy-jooq-box</artifactId> <version>1.10.0</version> <name>Testy jOOQ Box</name> <description>A JUnit 5 tools library.</description> <url>https://github.com/i-Run/testy-box/testy-jooq-box</url> <licenses> <license> <name>MIT License</name> <url>https://opensource.org/licenses/MIT</url> </license> </licenses> <developers> <developer> <id>fcombes</id> <name>Frédéric Combes</name> <organization>i-Run</organization> <organizationUrl>https://www.i-run.fr</organizationUrl> </developer> <developer> <id>bnwander</id> <name>Bertrand Neuenschwander</name> <organization>i-Run</organization> <organizationUrl>https://www.i-run.fr</organizationUrl> </developer> <developer> <id>cdaleas</id> <name>Clément Daleas</name> <organization>i-Run</organization> <organizationUrl>https://www.i-run.fr</organizationUrl> </developer> <developer> <id>cdeverre</id> <name>Christophe Deverre</name> <organization>i-Run</organization> <organizationUrl>https://www.i-run.fr</organizationUrl> </developer> <developer> <id>jdasilva</id> <name>Jonathan Da Silva</name> <organization>i-Run</organization> <organizationUrl>https://www.i-run.fr</organizationUrl> </developer> </developers> <scm> <connection>scm:git:git@gitlab.i-run.fr:nora/rocket/testy-box.git/testy-jooq-box</connection> <developerConnection>scm:git:git@gitlab.i-run.fr:nora/rocket/testy-box.git/testy-jooq-box</developerConnection> <tag>1.10.0</tag> <url>https://gitlab.i-run.fr/nora/rocket/testy-box/testy-jooq-box</url> </scm> <dependencies> <dependency> <groupId>fr.irun</groupId> <artifactId>testy-core-box</artifactId> <version>1.10.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-engine</artifactId> <version>5.8.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.36</version> <scope>compile</scope> </dependency> <dependency> <groupId>javax.inject</groupId> <artifactId>javax.inject</artifactId> <version>1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> <version>1.18.24</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> <version>2.1.210</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jooq</groupId> <artifactId>jooq</artifactId> <version>3.16.8</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.flywaydb</groupId> <artifactId>flyway-core</artifactId> <version>8.5.13</version> <scope>compile</scope> </dependency> </dependencies> </project>