| GroupId | GroupIdcom.github.jczachor6 |
|---|---|
| ArtifactId | ArtifactIdgeneric-online-game-server |
| Version | Version2.0.0 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.jczachor6/generic-online-game-server/ -->
<dependency>
<groupId>com.github.jczachor6</groupId>
<artifactId>generic-online-game-server</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jczachor6/generic-online-game-server/
implementation 'com.github.jczachor6:generic-online-game-server:2.0.0'
// https://jarcasting.com/artifacts/com.github.jczachor6/generic-online-game-server/
implementation ("com.github.jczachor6:generic-online-game-server:2.0.0")
'com.github.jczachor6:generic-online-game-server:jar:2.0.0'
<dependency org="com.github.jczachor6" name="generic-online-game-server" rev="2.0.0">
<artifact name="generic-online-game-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jczachor6', module='generic-online-game-server', version='2.0.0')
)
libraryDependencies += "com.github.jczachor6" % "generic-online-game-server" % "2.0.0"
[com.github.jczachor6/generic-online-game-server "2.0.0"]