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