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