hamcrest-matcher-generator-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.marmer.testutils</groupId>
<artifactId>hamcrest-matcher-generator-core</artifactId>
<version>3.2.0</version>
</dependency><project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>hamcrest-matcher-generator-core</artifactId> <name>hamcrest-matcher-generator-core</name> <packaging>jar</packaging> <description>Core functionality of hamcrest-matcher-generator</description> <parent> <groupId>io.github.marmer.testutils</groupId> <artifactId>hamcrest-matcher-generator</artifactId> <version>3.2.0</version> <relativePath>..</relativePath> </parent> <dependencies> <dependency> <groupId>io.github.marmer.testutils</groupId> <artifactId>hamcrest-matcher-generator-dependencies</artifactId> <version>3.2.0</version> </dependency> <dependency> <groupId>com.squareup</groupId> <artifactId>javapoet</artifactId> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-collections4</artifactId> </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>java-hamcrest</artifactId> </dependency> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </dependency> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> </dependency> <dependency> <groupId>org.reflections</groupId> <artifactId>reflections</artifactId> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-jci-eclipse</artifactId> </dependency> <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>com.github.javaparser</groupId> <artifactId>javaparser-core</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>be.joengenduvel.java.verifiers</groupId> <artifactId>to-string</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>nl.jqno.equalsverifier</groupId> <artifactId>equalsverifier</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-junit</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>com.github.npathai</groupId> <artifactId>hamcrest-optional</artifactId> <version>2.0.0</version> <scope>test</scope> </dependency> </dependencies> </project>