| GroupId | GroupIdcom.github.jczachor6 |
|---|---|
| ArtifactId | ArtifactIdgeneric-online-game-server |
| Version | Version1.0.1 |
| 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>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jczachor6/generic-online-game-server/
implementation 'com.github.jczachor6:generic-online-game-server:1.0.1'
// https://jarcasting.com/artifacts/com.github.jczachor6/generic-online-game-server/
implementation ("com.github.jczachor6:generic-online-game-server:1.0.1")
'com.github.jczachor6:generic-online-game-server:jar:1.0.1'
<dependency org="com.github.jczachor6" name="generic-online-game-server" rev="1.0.1">
<artifact name="generic-online-game-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jczachor6', module='generic-online-game-server', version='1.0.1')
)
libraryDependencies += "com.github.jczachor6" % "generic-online-game-server" % "1.0.1"
[com.github.jczachor6/generic-online-game-server "1.0.1"]