文件下载
文件名 操作
shop-1.3.9.pom 下载
Apache Maven
<dependency>
  <groupId>io.github.timehut</groupId>
  <artifactId>shop</artifactId>
  <version>1.3.9</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.timehut:shop:1.3.9'
Gradle Kotlin
implementation("io.github.timehut:shop:1.3.9")
Scala SBT
libraryDependencies += "io.github.timehut" % "shop" % "1.3.9"
Groovy Grape
@Grapes(
  @Grab(group='io.github.timehut', module='shop', version='1.3.9')
)
Apache Ivy
<dependency org="io.github.timehut" name="shop" rev="1.3.9" />
Leiningen
[io.github.timehut/shop "1.3.9"]
Apache Buildr
'io.github.timehut:shop:jar:1.3.9'