1<project> 2 <modelVersion>4.0.0</modelVersion> 3 <groupId>{groupId}</groupId> 4 <artifactId>{artifactId}</artifactId> 5 <version>{version}</version> 6 <packaging>jar</packaging> 7 {dependencies} 8 9 <name>Jazzer API</name> 10 <description>Helper functions and annotations for Jazzer fuzz targets</description> 11 <url>https://github.com/CodeIntelligenceTesting/jazzer</url> 12 13 <licenses> 14 <license> 15 <name>Apache License, Version 2.0</name> 16 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 17 <distribution>repo</distribution> 18 </license> 19 </licenses> 20 21 <organization> 22 <name>Code Intelligence GmbH</name> 23 <url>https://code-intelligence.com</url> 24 </organization> 25 26 <developers> 27 <developer> 28 <id>fmeum</id> 29 <name>Fabian Meumertzheim</name> 30 <email>meumertzheim@code-intelligence.com</email> 31 <organization>Code Intelligence GmbH</organization> 32 </developer> 33 </developers> 34 35 <scm> 36 <url>https://github.com/CodeIntelligenceTesting/jazzer</url> 37 </scm> 38</project>