GroupId | GroupIdcom.github.anylogic |
---|---|
ArtifactId | ArtifactIdalogic-cache |
Version | Version1.6.5 |
Type | Typejar |
Filename | Size |
---|---|
alogic-cache-1.6.5.pom | |
alogic-cache-1.6.5.jar | 55 KB |
alogic-cache-1.6.5-sources.jar | 28 KB |
alogic-cache-1.6.5-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.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.anylogic/alogic-cache/
implementation 'com.github.anylogic:alogic-cache:1.6.5'
// https://jarcasting.com/artifacts/com.github.anylogic/alogic-cache/
implementation ("com.github.anylogic:alogic-cache:1.6.5")
'com.github.anylogic:alogic-cache:jar:1.6.5'
<dependency org="com.github.anylogic" name="alogic-cache" rev="1.6.5">
<artifact name="alogic-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.anylogic', module='alogic-cache', version='1.6.5')
)
libraryDependencies += "com.github.anylogic" % "alogic-cache" % "1.6.5"
[com.github.anylogic/alogic-cache "1.6.5"]