game-ten
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.developersam</groupId>
<artifactId>game-ten</artifactId>
<version>4.0.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>com.developersam</groupId>
<artifactId>game-ten</artifactId>
<version>4.0.0</version>
<name>TEN</name>
<description>Board Game TEN</description>
<url>https://github.com/SamChou19815/ten</url>
<licenses>
<license>
<name>AGPL-3.0</name>
<url>https://opensource.org/licenses/AGPL-3.0</url>
</license>
</licenses>
<developers>
<developer>
<name>Developer Sam</name>
</developer>
</developers>
<scm>
<connection>https://github.com/SamChou19815/TEN/tree/master</connection>
<developerConnection>scm:git:ssh://github.com:SamChou19815/ten.git</developerConnection>
<url>https://github.com/SamChou19815/ten</url>
</scm>
<dependencies>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>16.0.2</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>