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