MVN

com.github.patrick-mc : vector-game

Maven & Gradle

Mar 26, 2020
2 stars

vector-game · A vector game for education

<dependency>
    <groupId>com.github.patrick-mc</groupId>
    <artifactId>vector-game</artifactId>
    <version>1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.patrick-mc : vector-game to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1
  • Latest Beta: 0.7.3-beta

All Versions

Choose a version of com.github.patrick-mc : vector-game to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1
vector-game-1.1
1.0.x
vector-game-1.0.4
1.0
vector-game-1.0
vector-game-1.0-pre1
0.7.x
vector-game-0.7.3-beta
0.7
vector-game-0.7-beta
0.6.x
vector-game-0.6.1-beta
0.5
vector-game-0.5-beta
0.4.x
vector-game-0.4.3-beta
0.2
vector-game-0.2-beta

How to add a dependency to Maven

Add the following com.github.patrick-mc : vector-game maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.patrick-mc</groupId>
    <artifactId>vector-game</artifactId>
    <version>1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.patrick-mc : vector-game gradle dependency to your build.gradle file:

implementation 'com.github.patrick-mc:vector-game:1.1'

Gradle Kotlin DSL: Add the following com.github.patrick-mc : vector-game gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.patrick-mc:vector-game:1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.patrick-mc : vector-game sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.patrick-mc" % "vector-game" % "1.1"