engine-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.uroria</groupId>
<artifactId>engine-api</artifactId>
<version>894318b224</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>
<groupId>com.uroria</groupId>
<artifactId>engine-api</artifactId>
<version>894318b224</version>
<name>engine-api</name>
<description>Uroria Engine API</description>
<url>https://github.com/uroria/engine</url>
<licenses>
<license>
<name>Apache 2.0</name>
<url>https://github.com/uroria/engine/blob/main/LICENSE</url>
</license>
</licenses>
<developers>
<developer>
<id>julian-siebert</id>
<name>Julian Siebert</name>
<email>mail@julian-siebert.de</email>
<organization>Uroria</organization>
<organizationUrl>https://github.com/uroria</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/uroria/engine.git</connection>
<developerConnection>scm:git:git@github.com:uroria/engine.git</developerConnection>
<url>https://github.com/uroria/engine</url>
</scm>
<ciManagement>
<system>GitHub Actions</system>
<url>https://github.com/uroria/engine/actions</url>
</ciManagement>
<dependencies>
<dependency>
<groupId>com.uroria</groupId>
<artifactId>core</artifactId>
<version>1552e549b1</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>