c

client-sdk

PlayFab is the unified backend platform for games — everything you need to build and operate your game, all in one place, so you can focus on creating and delivering a great player experience.
https://docs.microsoft.com/gaming/playfab/
The Apache Software License, Version 2.0
PlayFab Inc.
Playfab
Files download
File Operation
client-sdk-0.122.201027.jar download
client-sdk-0.122.201027.pom download
client-sdk-0.122.201027-sources.jar download
Apache Maven
<dependency>
  <groupId>com.playfab</groupId>
  <artifactId>client-sdk</artifactId>
  <version>0.122.201027</version>
</dependency>
Gradle Groovy
implementation 'com.playfab:client-sdk:0.122.201027'
Gradle Kotlin
implementation("com.playfab:client-sdk:0.122.201027")
Scala SBT
libraryDependencies += "com.playfab" % "client-sdk" % "0.122.201027"
Groovy Grape
@Grapes(
  @Grab(group='com.playfab', module='client-sdk', version='0.122.201027')
)
Apache Ivy
<dependency org="com.playfab" name="client-sdk" rev="0.122.201027" />
Leiningen
[com.playfab/client-sdk "0.122.201027"]
Apache Buildr
'com.playfab:client-sdk:jar:0.122.201027'