| GroupId | GroupIdcom.github.lipinskipawel |
|---|---|
| ArtifactId | ArtifactIdgame-engine |
| Version | Version3.4.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| game-engine-3.4.0.pom | |
| game-engine-3.4.0.jar | 72 KB |
| game-engine-3.4.0-sources.jar | 36 KB |
| game-engine-3.4.0-javadoc.jar | 479 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.lipinskipawel/game-engine/ -->
<dependency>
<groupId>com.github.lipinskipawel</groupId>
<artifactId>game-engine</artifactId>
<version>3.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lipinskipawel/game-engine/
implementation 'com.github.lipinskipawel:game-engine:3.4.0'
// https://jarcasting.com/artifacts/com.github.lipinskipawel/game-engine/
implementation ("com.github.lipinskipawel:game-engine:3.4.0")
'com.github.lipinskipawel:game-engine:jar:3.4.0'
<dependency org="com.github.lipinskipawel" name="game-engine" rev="3.4.0">
<artifact name="game-engine" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lipinskipawel', module='game-engine', version='3.4.0')
)
libraryDependencies += "com.github.lipinskipawel" % "game-engine" % "3.4.0"
[com.github.lipinskipawel/game-engine "3.4.0"]