is not current version
Last Version 0.0.2

gameserver 0.0.1

gameserver是一个游戏服务器框架,让游戏服务器开发更简单。

License

License

GroupId

GroupId

com.github.jiayaoguang
ArtifactId

ArtifactId

gameserver
Version

Version

0.0.1
Type

Type

pom
Description

Description

gameserver
gameserver是一个游戏服务器框架,让游戏服务器开发更简单。
Project URL

Project URL

https://github.com/jiayaoguang/gameserver

Download gameserver 0.0.1

Filename Size
gameserver-0.0.1.pom 7 KB
Browse

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

Dependencies

compile (15)

Group / Artifact Type Version
io.netty : netty-all jar 4.1.42.Final
com.lmax : disruptor jar 3.4.2
org.apache.logging.log4j : log4j-api jar 2.13.3
org.apache.logging.log4j : log4j-core jar 2.13.3
org.apache.logging.log4j : log4j-slf4j-impl jar 2.13.3
org.slf4j : slf4j-api jar 1.7.25
fastutil : fastutil jar 5.0.9
com.google.protobuf : protobuf-java jar 3.4.0
com.squareup.okhttp3 : okhttp jar 3.10.0
com.google.inject : guice jar 3.0
org.apache.commons : commons-lang3 jar 3.7
org.apache.commons : commons-math3 jar 3.6.1
junit : junit jar 4.13.1
cn.hutool : hutool-all jar 5.3.5
com.alibaba : fastjson jar 1.2.72

Project Modules

  • gameserver-core