Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.alachisoft.ncache |
ArtifactId | ArtifactIdncache-client |
Version | Version5.2-alpha-28 |
Type | Typejar |
Filename | Size |
---|---|
ncache-client-5.2-alpha-28.pom | |
ncache-client-5.2-alpha-28.jar | 994 KB |
ncache-client-5.2-alpha-28-sources.jar | 574 KB |
ncache-client-5.2-alpha-28-javadoc.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.alachisoft.ncache/ncache-client/ -->
<dependency>
<groupId>com.alachisoft.ncache</groupId>
<artifactId>ncache-client</artifactId>
<version>5.2-alpha-28</version>
</dependency>
// https://jarcasting.com/artifacts/com.alachisoft.ncache/ncache-client/
implementation 'com.alachisoft.ncache:ncache-client:5.2-alpha-28'
// https://jarcasting.com/artifacts/com.alachisoft.ncache/ncache-client/
implementation ("com.alachisoft.ncache:ncache-client:5.2-alpha-28")
'com.alachisoft.ncache:ncache-client:jar:5.2-alpha-28'
<dependency org="com.alachisoft.ncache" name="ncache-client" rev="5.2-alpha-28">
<artifact name="ncache-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alachisoft.ncache', module='ncache-client', version='5.2-alpha-28')
)
libraryDependencies += "com.alachisoft.ncache" % "ncache-client" % "5.2-alpha-28"
[com.alachisoft.ncache/ncache-client "5.2-alpha-28"]