hexameter.example.swt
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.codetome.hexameter</groupId>
<artifactId>hexameter.example.swt</artifactId>
<version>2018.1.0</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>org.codetome.hexameter</groupId>
<artifactId>hexameter.example.swt</artifactId>
<version>2018.1.0</version>
<name>Hexameter</name>
<description>Hexagon grid library which is GUI agnostic. Supports a multitude of grid layouts including hexagonal, triangular, rectangular and more.</description>
<url>https://github.com/Hexworks/hexameter</url>
<licenses>
<license>
<name>MIT License</name>
<url>https://opensource.org/licenses/MIT</url>
</license>
</licenses>
<developers>
<developer>
<id>adam-arold</id>
<name>Adam Arold</name>
<email>arold.adam@gmail.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/Hexworks/hexameter.git</connection>
<developerConnection>scm:git:https://github.com/Hexworks/hexameter.git</developerConnection>
<url>scm:git:https://github.com/Hexworks/hexameter.git</url>
</scm>
<dependencies>
<dependency>
<groupId>org.codetome.hexameter</groupId>
<artifactId>hexameter.core</artifactId>
<version>2018.1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.eclipse.swt</groupId>
<artifactId>org.eclipse.swt.win32.win32.x86_64</artifactId>
<version>4.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>1.10.19</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.6.2</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>