MVN

io.github.sonicdjgh : payment

Maven & Gradle

Jul 12, 2023
1 usages
1 stars

payment · Android Game Platform SDK

<dependency>
    <groupId>io.github.sonicdjgh</groupId>
    <artifactId>payment</artifactId>
    <version>4.8.956</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.sonicdjgh : payment to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.8.956

All Versions

Choose a version of io.github.sonicdjgh : payment to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.8.x
payment-4.8.9502
payment-4.8.9501
payment-4.8.9500
payment-4.8.9410
payment-4.8.956
payment-4.8.955
payment-4.8.952
payment-4.8.951
payment-4.8.950
payment-4.8.949
payment-4.8.948
payment-4.8.947
payment-4.8.946
payment-4.8.945
payment-4.8.944
payment-4.8.943
payment-4.8.942
payment-4.8.941
payment-4.8.933
payment-4.8.932
payment-4.8.931
payment-4.8.921
payment-4.8.913
payment-4.8.912
payment-4.8.911
payment-4.8.93
payment-4.8.92
payment-4.8.91
payment-4.8.90

How to add a dependency to Maven

Add the following io.github.sonicdjgh : payment maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.sonicdjgh</groupId>
    <artifactId>payment</artifactId>
    <version>4.8.956</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.sonicdjgh : payment gradle dependency to your build.gradle file:

implementation 'io.github.sonicdjgh:payment:4.8.956'

Gradle Kotlin DSL: Add the following io.github.sonicdjgh : payment gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.sonicdjgh:payment:4.8.956")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.sonicdjgh : payment sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.sonicdjgh" % "payment" % "4.8.956"

Advertisement