GroupId | GroupIdcom.github.patrick-mc |
---|---|
ArtifactId | ArtifactIdvector-game |
Version | Version0.2-beta |
Type | Typejar |
Filename | Size |
---|---|
vector-game-0.2-beta.pom | |
vector-game-0.2-beta.jar | 8 KB |
vector-game-0.2-beta-sources.jar | 3 KB |
vector-game-0.2-beta-javadoc.jar | 19 KB |
Browse |
<!-- 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"]