is not current version
Last Version 1.5-RELEASE

com.github.idouzi:server 1.1-RELEASE


GroupId

GroupId

com.github.idouzi
ArtifactId

ArtifactId

server
Version

Version

1.1-RELEASE
Type

Type

jar

Download server 1.1-RELEASE


<!-- https://jarcasting.com/artifacts/com.github.idouzi/server/ -->
<dependency>
    <groupId>com.github.idouzi</groupId>
    <artifactId>server</artifactId>
    <version>1.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.idouzi/server/
implementation 'com.github.idouzi:server:1.1-RELEASE'
// https://jarcasting.com/artifacts/com.github.idouzi/server/
implementation ("com.github.idouzi:server:1.1-RELEASE")
'com.github.idouzi:server:jar:1.1-RELEASE'
<dependency org="com.github.idouzi" name="server" rev="1.1-RELEASE">
  <artifact name="server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.idouzi', module='server', version='1.1-RELEASE')
)
libraryDependencies += "com.github.idouzi" % "server" % "1.1-RELEASE"
[com.github.idouzi/server "1.1-RELEASE"]