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