Categories |
CategoriesNet CLI User Interface |
---|---|
GroupId | GroupIdcom.netflix.evcache |
ArtifactId | ArtifactIdevcache-client-sample |
Version | Version5.15.10 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.netflix.evcache/evcache-client-sample/ -->
<dependency>
<groupId>com.netflix.evcache</groupId>
<artifactId>evcache-client-sample</artifactId>
<version>5.15.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.evcache/evcache-client-sample/
implementation 'com.netflix.evcache:evcache-client-sample:5.15.10'
// https://jarcasting.com/artifacts/com.netflix.evcache/evcache-client-sample/
implementation ("com.netflix.evcache:evcache-client-sample:5.15.10")
'com.netflix.evcache:evcache-client-sample:jar:5.15.10'
<dependency org="com.netflix.evcache" name="evcache-client-sample" rev="5.15.10">
<artifact name="evcache-client-sample" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.evcache', module='evcache-client-sample', version='5.15.10')
)
libraryDependencies += "com.netflix.evcache" % "evcache-client-sample" % "5.15.10"
[com.netflix.evcache/evcache-client-sample "5.15.10"]