文件下载
文件名 操作
core_2.12-2.0.23.jar 下载
core_2.12-2.0.23.pom 下载
core_2.12-2.0.23-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.gu.etag-caching</groupId>
  <artifactId>core_2.12</artifactId>
  <version>2.0.23</version>
</dependency>
Gradle Groovy
implementation 'com.gu.etag-caching:core_2.12:2.0.23'
Gradle Kotlin
implementation("com.gu.etag-caching:core_2.12:2.0.23")
Scala SBT
libraryDependencies += "com.gu.etag-caching" % "core_2.12" % "2.0.23"
Groovy Grape
@Grapes(
  @Grab(group='com.gu.etag-caching', module='core_2.12', version='2.0.23')
)
Apache Ivy
<dependency org="com.gu.etag-caching" name="core_2.12" rev="2.0.23" />
Leiningen
[com.gu.etag-caching/core_2.12 "2.0.23"]
Apache Buildr
'com.gu.etag-caching:core_2.12:jar:2.0.23'