MonkeySheet
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.pesegato</groupId>
<artifactId>MonkeySheet</artifactId>
<version>0.7.7</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>io.github.pesegato</groupId>
<artifactId>MonkeySheet</artifactId>
<version>0.7.7</version>
<name>MonkeySheet</name>
<description>Spritesheet library for jMonkeyEngine</description>
<url>https://github.com/Pesegato/MonkeySheet/</url>
<inceptionYear>2016</inceptionYear>
<licenses>
<license>
<name>BSD 3-Clause License</name>
<url>https://github.com/Pesegato/MonkeySheet/blob/main/LICENSE</url>
</license>
</licenses>
<developers>
<developer>
<id>pesegato</id>
<name>Pesegato Ameiurus Melas</name>
<email>pesegato@outlook.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/pesegato/monkeysheet.git</connection>
<developerConnection>scm:git:ssh://git@github.com/pesegato/monkeysheet.git</developerConnection>
<url>https://github.com/Pesegato/MonkeySheet/</url>
</scm>
<dependencies>
<dependency>
<groupId>org.jmonkeyengine</groupId>
<artifactId>jme3-core</artifactId>
<version>3.4.0-stable</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.dyn4j</groupId>
<artifactId>dyn4j</artifactId>
<version>4.2.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.9</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>32.1.3-jre</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.10.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.github.pesegato</groupId>
<artifactId>GoldMonkey</artifactId>
<version>0.7.5</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.3.13</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jmonkeyengine</groupId>
<artifactId>jme3-lwjgl3</artifactId>
<version>3.4.0-stable</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>