jazzer-replayer
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.code-intelligence</groupId> <artifactId>jazzer-replayer</artifactId> <version>0.10.0</version> </dependency>
<project> <modelVersion>4.0.0</modelVersion> <groupId>com.code-intelligence</groupId> <artifactId>jazzer-replayer</artifactId> <version>0.10.0</version> <packaging>jar</packaging> <name>Jazzer Replayer</name> <description>Standalone replayer for crashing inputs found with Jazzer</description> <url>https://github.com/CodeIntelligenceTesting/jazzer</url> <licenses> <license> <name>Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <organization> <name>Code Intelligence GmbH</name> <url>https://code-intelligence.com</url> </organization> <developers> <developer> <id>fmeum</id> <name>Fabian Meumertzheim</name> <email>meumertzheim@code-intelligence.com</email> <organization>Code Intelligence GmbH</organization> </developer> </developers> <scm> <url>https://github.com/CodeIntelligenceTesting/jazzer</url> </scm> </project>