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