Categories |
CategoriesNet CLI User Interface |
---|---|
GroupId | GroupIdcom.netflix.evcache |
ArtifactId | ArtifactIdevcache-client-sample |
Version | Version5.0.23-rc.1 |
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.0.23-rc.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.evcache/evcache-client-sample/
implementation 'com.netflix.evcache:evcache-client-sample:5.0.23-rc.1'
// https://jarcasting.com/artifacts/com.netflix.evcache/evcache-client-sample/
implementation ("com.netflix.evcache:evcache-client-sample:5.0.23-rc.1")
'com.netflix.evcache:evcache-client-sample:jar:5.0.23-rc.1'
<dependency org="com.netflix.evcache" name="evcache-client-sample" rev="5.0.23-rc.1">
<artifact name="evcache-client-sample" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.evcache', module='evcache-client-sample', version='5.0.23-rc.1')
)
libraryDependencies += "com.netflix.evcache" % "evcache-client-sample" % "5.0.23-rc.1"
[com.netflix.evcache/evcache-client-sample "5.0.23-rc.1"]