chameleon-annotations
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>dev.hypera</groupId>
<artifactId>chameleon-annotations</artifactId>
<version>0.19.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">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>dev.hypera</groupId>
<artifactId>chameleon-annotations</artifactId>
<version>0.19.0</version>
<name>chameleon-annotations</name>
<description>Cross-platform Minecraft plugin framework</description>
<url>https://github.com/ChameleonFramework/Chameleon</url>
<inceptionYear>2021</inceptionYear>
<organization>
<name>Hypera Development</name>
<url>https://hypera.dev/</url>
</organization>
<licenses>
<license>
<name>The MIT License</name>
<url>https://opensource.org/licenses/MIT</url>
</license>
</licenses>
<developers>
<developer>
<id>joshuasing</id>
<name>Joshua Sing</name>
<email>joshua@hypera.dev</email>
<timezone>Australia/Melbourne</timezone>
</developer>
<developer>
<id>LooFifteen</id>
<name>Luis</name>
<email>luis@lu15.dev</email>
<timezone>Europe/London</timezone>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/ChameleonFramework/Chameleon.git</connection>
<developerConnection>scm:git:ssh://git@github.com/ChameleonFramework/Chameleon.git</developerConnection>
<url>https://github.com/ChameleonFramework/Chameleon</url>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/ChameleonFramework/Chameleon/issues</url>
</issueManagement>
<ciManagement>
<system>GitHub Actions</system>
<url>https://github.com/ChameleonFramework/Chameleon/actions</url>
</ciManagement>
<dependencies>
<dependency>
<groupId>dev.hypera</groupId>
<artifactId>chameleon-api</artifactId>
<version>0.19.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.squareup</groupId>
<artifactId>javapoet</artifactId>
<version>1.13.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>2.2</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache</groupId>
<artifactId>velocity</artifactId>
</exclusion>
<exclusion>
<groupId>junit</groupId>
<artifactId>joda-time</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.10.1</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>