robocode-tankroyale-gui
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>dev.robocode.tankroyale</groupId> <artifactId>robocode-tankroyale-gui</artifactId> <version>0.30.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>dev.robocode.tankroyale</groupId> <artifactId>robocode-tankroyale-gui</artifactId> <version>0.30.0</version> <name>Robocode Tank Royale GUI</name> <description>Robocode Tank Royale GUI Application</description> <url>https://github.com/robocode-dev/tank-royale</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>fnl</id> <name>Flemming Nørnberg Larsen</name> <organization>flemming-n-larsen</organization> <organizationUrl>https://github.com/flemming-n-larsen</organizationUrl> </developer> </developers> <scm> <connection>scm:git:git://github.com/robocode-dev/tank-royale.git</connection> <developerConnection>scm:git:ssh://github.com:robocode-dev/tank-royale.git</developerConnection> <url>https://github.com/robocode-dev/tank-royale/tree/master</url> </scm> </project>