gdx-bullet-platform
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.xpenatan.gdx-teavm</groupId> <artifactId>gdx-bullet-platform</artifactId> <version>1.0.0-b3</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"> <modelVersion>4.0.0</modelVersion> <groupId>com.github.xpenatan.gdx-teavm</groupId> <artifactId>gdx-bullet-platform</artifactId> <version>1.0.0-b3</version> <packaging>pom</packaging> <name>Gdx-teaVM</name> <description>Tool to generate libgdx to javascript using teaVM</description> <url>https://github.com/xpenatan/gdx-teavm</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>Xpe</id> <name>Natan</name> </developer> </developers> <scm> <connection>scm:git:git://https://github.com/xpenatan/gdx-teavm.git</connection> <developerConnection>scm:git:ssh://https://github.com/xpenatan/gdx-teavm.git</developerConnection> <url>http://https://github.com/xpenatan/gdx-teavm/tree/master</url> </scm> </project>