GroupId | GroupIdcom.github.kevinsawicki |
---|---|
ArtifactId | ArtifactIdetag-cache |
Version | Version0.3 |
Type | Typejar |
Filename | Size |
---|---|
etag-cache-0.3.pom | |
etag-cache-0.3.jar | 10 KB |
etag-cache-0.3-sources.jar | 5 KB |
etag-cache-0.3-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.kevinsawicki/etag-cache/ -->
<dependency>
<groupId>com.github.kevinsawicki</groupId>
<artifactId>etag-cache</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kevinsawicki/etag-cache/
implementation 'com.github.kevinsawicki:etag-cache:0.3'
// https://jarcasting.com/artifacts/com.github.kevinsawicki/etag-cache/
implementation ("com.github.kevinsawicki:etag-cache:0.3")
'com.github.kevinsawicki:etag-cache:jar:0.3'
<dependency org="com.github.kevinsawicki" name="etag-cache" rev="0.3">
<artifact name="etag-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kevinsawicki', module='etag-cache', version='0.3')
)
libraryDependencies += "com.github.kevinsawicki" % "etag-cache" % "0.3"
[com.github.kevinsawicki/etag-cache "0.3"]