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