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