aether-weaver-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>de.splatgames.aether.weaver</groupId>
<artifactId>aether-weaver-api</artifactId>
<version>0.1.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
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>
<parent>
<groupId>de.splatgames.aether.weaver</groupId>
<artifactId>aether-weaver</artifactId>
<version>0.1.0</version>
</parent>
<artifactId>aether-weaver-api</artifactId>
<packaging>jar</packaging>
<name>aether-weaver-api</name>
<description>Annotations, selector grammar, SPI contracts and diagnostic codes. Zero dependencies.</description>
<properties>
<automatic.module.name>de.splatgames.aether.weaver.api</automatic.module.name>
</properties>
<dependencies>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-params</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>