| License |
License |
|---|---|
| GroupId | GroupIdcom.playfab |
| ArtifactId | ArtifactIdgameserverSDK |
| Last Version | Last Version0.4.201215 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJava Playfab GSDK
Enables Playfab multiplayer game servers to interact with PlayFab control systems and accept players.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| gameserverSDK-0.4.201215.pom | |
| gameserverSDK-0.4.201215.jar | 26 KB |
| gameserverSDK-0.4.201215-sources.jar | 17 KB |
| gameserverSDK-0.4.201215-javadoc.jar | 52 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.playfab/gameserverSDK/ -->
<dependency>
<groupId>com.playfab</groupId>
<artifactId>gameserverSDK</artifactId>
<version>0.4.201215</version>
</dependency>
// https://jarcasting.com/artifacts/com.playfab/gameserverSDK/
implementation 'com.playfab:gameserverSDK:0.4.201215'
// https://jarcasting.com/artifacts/com.playfab/gameserverSDK/
implementation ("com.playfab:gameserverSDK:0.4.201215")
'com.playfab:gameserverSDK:jar:0.4.201215'
<dependency org="com.playfab" name="gameserverSDK" rev="0.4.201215">
<artifact name="gameserverSDK" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.playfab', module='gameserverSDK', version='0.4.201215')
)
libraryDependencies += "com.playfab" % "gameserverSDK" % "0.4.201215"
[com.playfab/gameserverSDK "0.4.201215"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.gson : gson | jar | 2.8.0 |
| org.apache.httpcomponents : fluent-hc | jar | 4.5.3 |
| com.github.rholder : guava-retrying | jar | 2.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |