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