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