MVN

bio.gamerplay.game : ui

Maven & Gradle

May 10, 2023

game center sdk · SDK for quick access to game functions

<dependency>
    <groupId>bio.gamerplay.game</groupId>
    <artifactId>ui</artifactId>
    <version>2.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of bio.gamerplay.game : ui to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.0
  • Latest Alpha: 2.0.0-alpha05

All Versions

Choose a version of bio.gamerplay.game : ui to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
ui-2.1.0
2.0.x
ui-2.0.0
ui-2.0.0-alpha05
ui-2.0.0-alpha04
ui-2.0.0-alpha03
ui-2.0.0-alpha02
ui-2.0.0-alpha01

How to add a dependency to Maven

Add the following bio.gamerplay.game : ui maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>bio.gamerplay.game</groupId>
    <artifactId>ui</artifactId>
    <version>2.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following bio.gamerplay.game : ui gradle dependency to your build.gradle file:

implementation 'bio.gamerplay.game:ui:2.1.0'

Gradle Kotlin DSL: Add the following bio.gamerplay.game : ui gradle kotlin dependency to your build.gradle.kts file:

implementation("bio.gamerplay.game:ui:2.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following bio.gamerplay.game : ui sbt scala dependency to your build.sbt file:

libraryDependencies += "bio.gamerplay.game" % "ui" % "2.1.0"