License |
License |
---|---|
GroupId | GroupIdcom.github.jiayaoguang |
ArtifactId | ArtifactIdgameserver-core |
Version | Version0.0.1 |
Type | Typejar |
Description |
Descriptiongameserver-core
gameserver是一个游戏服务器框架,让游戏服务器开发更简单。
|
Project URL |
Project URL |
Filename | Size |
---|---|
gameserver-core-0.0.1.pom | |
gameserver-core-0.0.1.jar | 136 KB |
gameserver-core-0.0.1-sources.jar | 86 KB |
gameserver-core-0.0.1-javadoc.jar | 615 KB |
gameserver-core-0.0.1-jar-with-dependencies.jar | 30 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jiayaoguang/gameserver-core/ -->
<dependency>
<groupId>com.github.jiayaoguang</groupId>
<artifactId>gameserver-core</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jiayaoguang/gameserver-core/
implementation 'com.github.jiayaoguang:gameserver-core:0.0.1'
// https://jarcasting.com/artifacts/com.github.jiayaoguang/gameserver-core/
implementation ("com.github.jiayaoguang:gameserver-core:0.0.1")
'com.github.jiayaoguang:gameserver-core:jar:0.0.1'
<dependency org="com.github.jiayaoguang" name="gameserver-core" rev="0.0.1">
<artifact name="gameserver-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jiayaoguang', module='gameserver-core', version='0.0.1')
)
libraryDependencies += "com.github.jiayaoguang" % "gameserver-core" % "0.0.1"
[com.github.jiayaoguang/gameserver-core "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.freemarker : freemarker | jar | 2.3.23 |
commons-codec : commons-codec | jar | 1.9 |
net.bytebuddy : byte-buddy | jar | 1.10.13 |
net.bytebuddy : byte-buddy-agent | jar | 1.10.13 |
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 |