GroupId | GroupIdcom.github.patrick-mc |
---|---|
ArtifactId | ArtifactIdvector-game |
Version | Version0.4.3-beta |
Type | Typejar |
Filename | Size |
---|---|
vector-game-0.4.3-beta.pom | |
vector-game-0.4.3-beta.jar | 10 KB |
vector-game-0.4.3-beta-sources.jar | 4 KB |
vector-game-0.4.3-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.4.3-beta</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.patrick-mc/vector-game/
implementation 'com.github.patrick-mc:vector-game:0.4.3-beta'
// https://jarcasting.com/artifacts/com.github.patrick-mc/vector-game/
implementation ("com.github.patrick-mc:vector-game:0.4.3-beta")
'com.github.patrick-mc:vector-game:jar:0.4.3-beta'
<dependency org="com.github.patrick-mc" name="vector-game" rev="0.4.3-beta">
<artifact name="vector-game" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.patrick-mc', module='vector-game', version='0.4.3-beta')
)
libraryDependencies += "com.github.patrick-mc" % "vector-game" % "0.4.3-beta"
[com.github.patrick-mc/vector-game "0.4.3-beta"]