gamelib-box2d
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.codeheadsystems</groupId>
<artifactId>gamelib-box2d</artifactId>
<version>1.0.6</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>com.codeheadsystems</groupId>
<artifactId>gamelib-box2d</artifactId>
<version>1.0.6</version>
<name>gamelib-box2d</name>
<description>Easy integration of Box2d for libGDX with Dagger support.</description>
<url>https://github.com/wolpert/gamelib</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>wolpert</id>
<name>Ned Wolpert</name>
<email>ned.wolpert@gmail.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/wolpert/gamelib.git</connection>
<developerConnection>scm:git:ssh://github.com/wolpert/gamelib.git</developerConnection>
<url>https://github.com/wolpert/gamelib/</url>
</scm>
<dependencies>
<dependency>
<groupId>com.badlogicgames.gdx</groupId>
<artifactId>gdx</artifactId>
<version>1.12.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.badlogicgames.ashley</groupId>
<artifactId>ashley</artifactId>
<version>1.7.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.badlogicgames.gdx</groupId>
<artifactId>gdx-box2d</artifactId>
<version>1.12.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.dagger</groupId>
<artifactId>dagger</artifactId>
<version>2.52</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.codeheadsystems</groupId>
<artifactId>gamelib-core</artifactId>
<version>1.0.6</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.codeheadsystems</groupId>
<artifactId>gamelib-entity</artifactId>
<version>1.0.6</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>