Jungle
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.pesegato</groupId>
<artifactId>Jungle</artifactId>
<version>0.3.3</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>Jungle</artifactId>
<version>0.3.3</version>
<name>Jungle</name>
<description>Environment support for jMonkeyEngine.</description>
<url>https://github.com/Pesegato/Jungle/</url>
<inceptionYear>2022</inceptionYear>
<licenses>
<license>
<name>BSD 3-Clause License</name>
<url>https://github.com/Pesegato/Jungle/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/jungle.git</connection>
<developerConnection>scm:git:ssh://git@github.com/pesegato/jungle.git</developerConnection>
<url>https://github.com/Pesegato/Jungle/</url>
</scm>
<dependencies>
<dependency>
<groupId>org.jmonkeyengine</groupId>
<artifactId>jme3-lwjgl3</artifactId>
<version>[3.3,)</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.github.oshi</groupId>
<artifactId>oshi-core</artifactId>
<version>6.4.8</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>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>1.3.13</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>