MVN

io.github.ddebree : game-ai-tictactoe

Maven & Gradle

May 01, 2017
0 stars

Game AI - TicTacToe

<dependency>
    <groupId>io.github.ddebree</groupId>
    <artifactId>game-ai-tictactoe</artifactId>
    <version>0.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.ddebree : game-ai-tictactoe to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.2

All Versions

Choose a version of io.github.ddebree : game-ai-tictactoe to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
game-ai-tictactoe-0.1.2
game
game-ai-tictactoe-game-ai-parent-0.1.1
game-ai-tictactoe-game-ai-parent-0.0.1
v0.0.x
game-ai-tictactoe-v0.0.3

How to add a dependency to Maven

Add the following io.github.ddebree : game-ai-tictactoe maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.ddebree</groupId>
    <artifactId>game-ai-tictactoe</artifactId>
    <version>0.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.ddebree : game-ai-tictactoe gradle dependency to your build.gradle file:

implementation 'io.github.ddebree:game-ai-tictactoe:0.1.2'

Gradle Kotlin DSL: Add the following io.github.ddebree : game-ai-tictactoe gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.ddebree:game-ai-tictactoe:0.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.ddebree : game-ai-tictactoe sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.ddebree" % "game-ai-tictactoe" % "0.1.2"

Advertisement