is not current version
Last Version 0.0.94

com.greedygame.sdkx:commons v-dev

Commons library module for the GreedyGameSDK

GroupId

GroupId

com.greedygame.sdkx
ArtifactId

ArtifactId

commons
Version

Version

v-dev
Type

Type

aar

Download commons v-dev


<!-- https://jarcasting.com/artifacts/com.greedygame.sdkx/commons/ -->
<dependency>
    <groupId>com.greedygame.sdkx</groupId>
    <artifactId>commons</artifactId>
    <version>v-dev</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.greedygame.sdkx/commons/
implementation 'com.greedygame.sdkx:commons:v-dev'
// https://jarcasting.com/artifacts/com.greedygame.sdkx/commons/
implementation ("com.greedygame.sdkx:commons:v-dev")
'com.greedygame.sdkx:commons:aar:v-dev'
<dependency org="com.greedygame.sdkx" name="commons" rev="v-dev">
  <artifact name="commons" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.greedygame.sdkx', module='commons', version='v-dev')
)
libraryDependencies += "com.greedygame.sdkx" % "commons" % "v-dev"
[com.greedygame.sdkx/commons "v-dev"]