MVN

io.github.yyxxgame.sdk : eyuancomm-sdk-ktx-comm

Maven & Gradle

Aug 23, 2023

io.github.yyxxgame.sdk:eyuancomm-sdk-ktx-comm · game comm sdk of eyuan

<dependency>
    <groupId>io.github.yyxxgame.sdk</groupId>
    <artifactId>eyuancomm-sdk-ktx-comm</artifactId>
    <version>1.1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.yyxxgame.sdk : eyuancomm-sdk-ktx-comm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.6
  • Latest Release Candidate: 1.0.0-rc10

All Versions

Choose a version of io.github.yyxxgame.sdk : eyuancomm-sdk-ktx-comm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
eyuancomm-sdk-ktx-comm-1.1.6
eyuancomm-sdk-ktx-comm-1.1.5
eyuancomm-sdk-ktx-comm-1.1.4
eyuancomm-sdk-ktx-comm-1.1.3
1.0.x
eyuancomm-sdk-ktx-comm-1.0.9
eyuancomm-sdk-ktx-comm-1.0.8
eyuancomm-sdk-ktx-comm-1.0.7-fix1
eyuancomm-sdk-ktx-comm-1.0.7
eyuancomm-sdk-ktx-comm-1.0.6
eyuancomm-sdk-ktx-comm-1.0.5-fix2
eyuancomm-sdk-ktx-comm-1.0.5-fix1
eyuancomm-sdk-ktx-comm-1.0.5
eyuancomm-sdk-ktx-comm-1.0.4
eyuancomm-sdk-ktx-comm-1.0.3
eyuancomm-sdk-ktx-comm-1.0.2
eyuancomm-sdk-ktx-comm-1.0.1-fix1
eyuancomm-sdk-ktx-comm-1.0.1
eyuancomm-sdk-ktx-comm-1.0.0-rc10
eyuancomm-sdk-ktx-comm-1.0.0-rc9
eyuancomm-sdk-ktx-comm-1.0.0-rc8
eyuancomm-sdk-ktx-comm-1.0.0-rc7
eyuancomm-sdk-ktx-comm-1.0.0-rc6
eyuancomm-sdk-ktx-comm-1.0.0-rc5
eyuancomm-sdk-ktx-comm-1.0.0-rc4
eyuancomm-sdk-ktx-comm-1.0.0-rc3
eyuancomm-sdk-ktx-comm-1.0.0-rc2
eyuancomm-sdk-ktx-comm-1.0.0-rc1

How to add a dependency to Maven

Add the following io.github.yyxxgame.sdk : eyuancomm-sdk-ktx-comm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.yyxxgame.sdk</groupId>
    <artifactId>eyuancomm-sdk-ktx-comm</artifactId>
    <version>1.1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.yyxxgame.sdk : eyuancomm-sdk-ktx-comm gradle dependency to your build.gradle file:

implementation 'io.github.yyxxgame.sdk:eyuancomm-sdk-ktx-comm:1.1.6'

Gradle Kotlin DSL: Add the following io.github.yyxxgame.sdk : eyuancomm-sdk-ktx-comm gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.yyxxgame.sdk:eyuancomm-sdk-ktx-comm:1.1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.yyxxgame.sdk : eyuancomm-sdk-ktx-comm sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.yyxxgame.sdk" % "eyuancomm-sdk-ktx-comm" % "1.1.6"