is not current version
Last Version 1.1

com.github.patrick-mc:vector-game 0.2-beta

A vector game for education

GroupId

GroupId

com.github.patrick-mc
ArtifactId

ArtifactId

vector-game
Version

Version

0.2-beta
Type

Type

jar

Download vector-game 0.2-beta


<!-- https://jarcasting.com/artifacts/com.github.patrick-mc/vector-game/ -->
<dependency>
    <groupId>com.github.patrick-mc</groupId>
    <artifactId>vector-game</artifactId>
    <version>0.2-beta</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.patrick-mc/vector-game/
implementation 'com.github.patrick-mc:vector-game:0.2-beta'
// https://jarcasting.com/artifacts/com.github.patrick-mc/vector-game/
implementation ("com.github.patrick-mc:vector-game:0.2-beta")
'com.github.patrick-mc:vector-game:jar:0.2-beta'
<dependency org="com.github.patrick-mc" name="vector-game" rev="0.2-beta">
  <artifact name="vector-game" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.patrick-mc', module='vector-game', version='0.2-beta')
)
libraryDependencies += "com.github.patrick-mc" % "vector-game" % "0.2-beta"
[com.github.patrick-mc/vector-game "0.2-beta"]