MVN

jp.ac.waseda : GameAIArena

Maven & Gradle

Nov 15, 2013
2 stars

GameAIArena · Game AI Arena(GAIA) is a framework which provides common architecture, design and code for competition system through AI programming on game software.

<dependency>
    <groupId>jp.ac.waseda</groupId>
    <artifactId>GameAIArena</artifactId>
    <version>1.7.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of jp.ac.waseda : GameAIArena to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.2

All Versions

Choose a version of jp.ac.waseda : GameAIArena to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7.x
GameAIArena-1.7.2
GameAIArena-1.7.1
GameAIArena-1.7.0
1.6.x
GameAIArena-1.6.9
GameAIArena-1.6.7
GameAIArena-1.6.6
GameAIArena-1.6.5
GameAIArena-1.6.4
GameAIArena-1.6.3
GameAIArena-1.6.2
GameAIArena-1.6.1
GameAIArena-1.6.0
1.5.x
GameAIArena-1.5.6
GameAIArena-1.5.5
GameAIArena-1.5.4

How to add a dependency to Maven

Add the following jp.ac.waseda : GameAIArena maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>jp.ac.waseda</groupId>
    <artifactId>GameAIArena</artifactId>
    <version>1.7.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following jp.ac.waseda : GameAIArena gradle dependency to your build.gradle file:

implementation 'jp.ac.waseda:GameAIArena:1.7.2'

Gradle Kotlin DSL: Add the following jp.ac.waseda : GameAIArena gradle kotlin dependency to your build.gradle.kts file:

implementation("jp.ac.waseda:GameAIArena:1.7.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following jp.ac.waseda : GameAIArena sbt scala dependency to your build.sbt file:

libraryDependencies += "jp.ac.waseda" % "GameAIArena" % "1.7.2"

Advertisement