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