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