jazzer
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.code-intelligence</groupId> <artifactId>jazzer</artifactId> <version>0.24.0</version> </dependency>
<!-- ~ Copyright 2024 Code Intelligence GmbH ~ ~ Licensed under the Apache License, Version 2.0 (the "License"); ~ you may not use this file except in compliance with the License. ~ You may obtain a copy of the License at ~ ~ http://www.apache.org/licenses/LICENSE-2.0 ~ ~ Unless required by applicable law or agreed to in writing, software ~ distributed under the License is distributed on an "AS IS" BASIS, ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ~ See the License for the specific language governing permissions and ~ limitations under the License. --> <project> <modelVersion>4.0.0</modelVersion> <groupId>com.code-intelligence</groupId> <artifactId>jazzer</artifactId> <version>0.24.0</version> <packaging>jar</packaging> <dependencies> <dependency> <groupId>com.code-intelligence</groupId> <artifactId>jazzer-api</artifactId> <version>0.24.0</version> <scope>runtime</scope> </dependency> </dependencies> <name>Jazzer</name> <description>Coverage-guided, in-process fuzzing for the JVM</description> <url>https://github.com/CodeIntelligenceTesting/jazzer</url> <organization> <name>Code Intelligence GmbH</name> <url>https://code-intelligence.com</url> </organization> <scm> <url>https://github.com/CodeIntelligenceTesting/jazzer</url> </scm> <licenses> <license> <name>Apache-2.0</name> </license> </licenses> <developers> <developer> <name>Fabian Meumertzheim</name> </developer> <developer> <name>Norbert Schneider</name> </developer> <developer> <name>Khaled Yakdan</name> </developer> <developer> <name>Peter Samarin</name> </developer> </developers> </project>