| GroupId | GroupIdcom.github.lipinskipawel |
|---|---|
| ArtifactId | ArtifactIdgame-engine |
| Version | Version3.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| game-engine-3.0.1.pom | |
| game-engine-3.0.1.jar | 54 KB |
| game-engine-3.0.1-sources.jar | 27 KB |
| game-engine-3.0.1-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.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lipinskipawel/game-engine/
implementation 'com.github.lipinskipawel:game-engine:3.0.1'
// https://jarcasting.com/artifacts/com.github.lipinskipawel/game-engine/
implementation ("com.github.lipinskipawel:game-engine:3.0.1")
'com.github.lipinskipawel:game-engine:jar:3.0.1'
<dependency org="com.github.lipinskipawel" name="game-engine" rev="3.0.1">
<artifact name="game-engine" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lipinskipawel', module='game-engine', version='3.0.1')
)
libraryDependencies += "com.github.lipinskipawel" % "game-engine" % "3.0.1"
[com.github.lipinskipawel/game-engine "3.0.1"]