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