MVN

com.greedygame.sdkx : core

Maven & Gradle

Apr 26, 2023
3 stars

core · Core library module for the GreedyGameSDK

<dependency>
    <groupId>com.greedygame.sdkx</groupId>
    <artifactId>core</artifactId>
    <version>0.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.greedygame.sdkx : core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.0
  • Latest Release Candidate: 0.0.89-rc5
  • Latest Beta: 0.0.92-beta1

All Versions

Choose a version of com.greedygame.sdkx : core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
core-0.1.0
0.0.x
core-0.0.99
core-0.0.98
core-0.0.95-returns-placement-id
core-0.0.95-b3
core-0.0.95-b2
core-0.0.95-b1
core-0.0.94
core-0.0.93
core-0.0.92-beta1
core-0.0.91
core-0.0.90
core-0.0.89
core-0.0.89-rc5
core-0.0.89-rc4
core-0.0.89-rc3
core-0.0.89-rc2
core-0.0.89-rc1
core-0.0.88
core-0.0.87
core-0.0.86
v
core-v-dev

How to add a dependency to Maven

Add the following com.greedygame.sdkx : core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.greedygame.sdkx</groupId>
    <artifactId>core</artifactId>
    <version>0.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.greedygame.sdkx : core gradle dependency to your build.gradle file:

implementation 'com.greedygame.sdkx:core:0.1.0'

Gradle Kotlin DSL: Add the following com.greedygame.sdkx : core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.greedygame.sdkx:core:0.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.greedygame.sdkx : core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.greedygame.sdkx" % "core" % "0.1.0"

Advertisement