MVN

com.machbird : machbird-account

Maven & Gradle

Jan 26, 2021

Machbird SDK · APUS Group Android Game SDK

<dependency>
    <groupId>com.machbird</groupId>
    <artifactId>machbird-account</artifactId>
    <version>1.2.0-rc12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.machbird : machbird-account to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.0-rc12
  • Latest Release Candidate: 1.2.0-rc12
  • Latest Beta: 1.0.0-beta01

All Versions

Choose a version of com.machbird : machbird-account to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
machbird-account-1.2.0-rc12
machbird-account-1.2.0-rc11
machbird-account-1.2.0-rc10
machbird-account-1.2.0-rc09
machbird-account-1.2.0-rc08
machbird-account-1.2.0-rc07
machbird-account-1.2.0-rc06
machbird-account-1.2.0-rc05
machbird-account-1.2.0-rc04
machbird-account-1.2.0-rc02
machbird-account-1.2.0-rc01
1.1.x
machbird-account-1.1.0-rc04
machbird-account-1.1.0-rc03
machbird-account-1.1.0-rc01
1.0.x
machbird-account-1.0.0-rc02
machbird-account-1.0.0-rc01
machbird-account-1.0.0-beta01

How to add a dependency to Maven

Add the following com.machbird : machbird-account maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.machbird</groupId>
    <artifactId>machbird-account</artifactId>
    <version>1.2.0-rc12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.machbird : machbird-account gradle dependency to your build.gradle file:

implementation 'com.machbird:machbird-account:1.2.0-rc12'

Gradle Kotlin DSL: Add the following com.machbird : machbird-account gradle kotlin dependency to your build.gradle.kts file:

implementation("com.machbird:machbird-account:1.2.0-rc12")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.machbird : machbird-account sbt scala dependency to your build.sbt file:

libraryDependencies += "com.machbird" % "machbird-account" % "1.2.0-rc12"