alogic readme
因公司开源策略的变化,本项目将停止官方更新。
License |
License |
---|---|
GroupId | GroupIdcom.github.anylogic |
ArtifactId | ArtifactIdalogic-cache |
Last Version | Last Version1.6.10 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionalogic-cache
缓存框架
|
Filename | Size |
---|---|
alogic-cache-1.6.10.pom | |
alogic-cache-1.6.10.jar | 55 KB |
alogic-cache-1.6.10-sources.jar | 28 KB |
alogic-cache-1.6.10-javadoc.jar | 234 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.anylogic/alogic-cache/ -->
<dependency>
<groupId>com.github.anylogic</groupId>
<artifactId>alogic-cache</artifactId>
<version>1.6.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.anylogic/alogic-cache/
implementation 'com.github.anylogic:alogic-cache:1.6.10'
// https://jarcasting.com/artifacts/com.github.anylogic/alogic-cache/
implementation ("com.github.anylogic:alogic-cache:1.6.10")
'com.github.anylogic:alogic-cache:jar:1.6.10'
<dependency org="com.github.anylogic" name="alogic-cache" rev="1.6.10">
<artifact name="alogic-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.anylogic', module='alogic-cache', version='1.6.10')
)
libraryDependencies += "com.github.anylogic" % "alogic-cache" % "1.6.10"
[com.github.anylogic/alogic-cache "1.6.10"]
Group / Artifact | Type | Version |
---|---|---|
com.github.anylogic : alogic-core | jar | 1.6.10 |
com.github.anylogic : alogic-kvalue | jar | 1.6.10 |
因公司开源策略的变化,本项目将停止官方更新。