thecellbeyond-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.baole444</groupId>
<artifactId>thecellbeyond-api</artifactId>
<version>1.3</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.baole444</groupId>
<artifactId>thecellbeyond-api</artifactId>
<version>1.3</version>
<name>TheCellBeyond API</name>
<description>Scripting API for TheCellBeyond game engine</description>
<url>https://github.com/baole444/TheCellBeyond</url>
<licenses>
<license>
<name>MIT License</name>
<url>https://opensource.org/licenses/MIT</url>
</license>
</licenses>
<developers>
<developer>
<id>baole444</id>
<name>baole444</name>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/baole444/TheCellBeyond.git</connection>
<developerConnection>scm:git:ssh://github.com/baole444/TheCellBeyond.git</developerConnection>
<url>https://github.com/baole444/TheCellBeyond</url>
</scm>
<dependencies>
<dependency>
<groupId>org.joml</groupId>
<artifactId>joml</artifactId>
<version>1.10.8</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>