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