merry
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.tommyettinger</groupId>
<artifactId>merry</artifactId>
<version>0.3.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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.github.tommyettinger</groupId>
<artifactId>merry</artifactId>
<version>0.3.1</version>
<name>merry-ds</name>
<description>Alternative data structures to libGDX's ObjectMap, ObjectSet, and relatives.</description>
<url>https://github.com/tommyettinger/merry-ds</url>
<inceptionYear>2019</inceptionYear>
<licenses>
<license>
<name>Apache Public License</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>tommyettinger</id>
<name>Tommy Ettinger</name>
<email>tommy.ettinger@gmail.com</email>
</developer>
</developers>
<scm>
<connection>scm:https://tommyettinger@github.com/tommyettinger/merry-ds.git</connection>
<developerConnection>scm:git://github.com/tommyettinger/merry-ds.git</developerConnection>
<url>https://github.com/tommyettinger/merry-ds</url>
</scm>
<dependencies>
<dependency>
<groupId>com.badlogicgames.gdx</groupId>
<artifactId>gdx</artifactId>
<version>1.9.10</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.badlogicgames.gdx</groupId>
<artifactId>gdx-backend-lwjgl3</artifactId>
<version>1.9.10</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.badlogicgames.gdx</groupId>
<artifactId>gdx-platform</artifactId>
<version>1.9.10</version>
<classifier>natives-desktop</classifier>
<scope>test</scope>
</dependency>
</dependencies>
</project>