gdx-lml-vis
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.czyzby</groupId>
<artifactId>gdx-lml-vis</artifactId>
<version>1.9.1.9.6</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.czyzby</groupId>
<artifactId>gdx-lml-vis</artifactId>
<version>1.9.1.9.6</version>
<name>gdx-lml-vis</name>
<description>Templates for LibGDX VisUI with HTML-like syntax and FreeMarker-inspired macros.</description>
<url>http://github.com/czyzby/gdx-lml</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>mj</id>
<name>MJ</name>
<email>john.hervicc@gmail.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com:czyzby/gdx-lml.git</connection>
<developerConnection>scm:git:git@github.com:czyzby/gdx-lml.git</developerConnection>
<url>http://github.com/czyzby/gdx-lml/</url>
</scm>
<dependencies>
<dependency>
<groupId>com.github.czyzby</groupId>
<artifactId>gdx-lml</artifactId>
<version>1.9.1.9.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.kotcrab.vis</groupId>
<artifactId>vis-ui</artifactId>
<version>1.3.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.badlogicgames.gdx</groupId>
<artifactId>gdx</artifactId>
<version>1.9.6</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>