MVN

space.game.gswallet.opensdk : libgswalletsdk

Maven & Gradle

Dec 21, 2022

Game Space SDK for Android · Used to integrate the Game Space Platform with your android apps.

<dependency>
    <groupId>space.game.gswallet.opensdk</groupId>
    <artifactId>libgswalletsdk</artifactId>
    <version>1.2.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of space.game.gswallet.opensdk : libgswalletsdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.4

All Versions

Choose a version of space.game.gswallet.opensdk : libgswalletsdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
libgswalletsdk-1.2.4
libgswalletsdk-1.2.3
libgswalletsdk-1.2.2
libgswalletsdk-1.2.1
libgswalletsdk-1.2.0
1.1.x
libgswalletsdk-1.1.2
1.0.x
libgswalletsdk-1.0.2
libgswalletsdk-1.0.1
libgswalletsdk-1.0.0

How to add a dependency to Maven

Add the following space.game.gswallet.opensdk : libgswalletsdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>space.game.gswallet.opensdk</groupId>
    <artifactId>libgswalletsdk</artifactId>
    <version>1.2.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following space.game.gswallet.opensdk : libgswalletsdk gradle dependency to your build.gradle file:

implementation 'space.game.gswallet.opensdk:libgswalletsdk:1.2.4'

Gradle Kotlin DSL: Add the following space.game.gswallet.opensdk : libgswalletsdk gradle kotlin dependency to your build.gradle.kts file:

implementation("space.game.gswallet.opensdk:libgswalletsdk:1.2.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following space.game.gswallet.opensdk : libgswalletsdk sbt scala dependency to your build.sbt file:

libraryDependencies += "space.game.gswallet.opensdk" % "libgswalletsdk" % "1.2.4"

Advertisement