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