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