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