Files download
File Operation
commons-0.1.0.pom download
commons-0.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.greedygame.sdkx</groupId>
  <artifactId>commons</artifactId>
  <version>0.1.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.greedygame.sdkx:commons:0.1.0'
Gradle Kotlin
implementation("com.greedygame.sdkx:commons:0.1.0")
Scala SBT
libraryDependencies += "com.greedygame.sdkx" % "commons" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.greedygame.sdkx', module='commons', version='0.1.0')
)
Apache Ivy
<dependency org="com.greedygame.sdkx" name="commons" rev="0.1.0" />
Leiningen
[com.greedygame.sdkx/commons "0.1.0"]
Apache Buildr
'com.greedygame.sdkx:commons:jar:0.1.0'