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