libgdx-utils-box2d
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.tommyettinger</groupId> <artifactId>libgdx-utils-box2d</artifactId> <version>0.13.7</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>libgdx-utils-box2d</artifactId> <version>0.13.7</version> <name>libgdx-utils-box2d</name> <description>An updated fork of dermetfan's famed library for libGDX convenience.</description> <url>https://github.com/tommyettinger/gdx-utils</url> <inceptionYear>2019</inceptionYear> <licenses> <license> <name>Apache License 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0</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/gdx-utils.git</connection> <developerConnection>scm:git://github.com/tommyettinger/gdx-utils.git</developerConnection> <url>https://github.com/tommyettinger/gdx-utils</url> </scm> <dependencies> <dependency> <groupId>com.github.tommyettinger</groupId> <artifactId>libgdx-utils</artifactId> <version>0.13.7</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.badlogicgames.gdx</groupId> <artifactId>gdx-box2d</artifactId> <version>1.9.12</version> <scope>compile</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> <scope>test</scope> </dependency> </dependencies> </project>