openfasttrace-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.itsallcode.openfasttrace</groupId> <artifactId>openfasttrace-api</artifactId> <version>3.7.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> <parent> <groupId>org.itsallcode.openfasttrace</groupId> <artifactId>openfasttrace-parent</artifactId> <version>3.7.0</version> <relativePath>../parent/pom.xml</relativePath> </parent> <groupId>org.itsallcode.openfasttrace</groupId> <artifactId>openfasttrace-api</artifactId> <version>3.7.0</version> <name>OpenFastTrace API</name> <licenses> <license> <name>GNU General Public License v3.0</name> <url>https://www.gnu.org/licenses/gpl-3.0.html</url> <distribution>repo</distribution> </license> </licenses> </project>