GroupId | GroupIdcom.github.anylogic |
---|---|
ArtifactId | ArtifactIdalogic-kvalue |
Version | Version1.6.11 |
Type | Typejar |
Filename | Size |
---|---|
alogic-kvalue-1.6.11.pom | |
alogic-kvalue-1.6.11.jar | 226 KB |
alogic-kvalue-1.6.11-sources.jar | 128 KB |
alogic-kvalue-1.6.11-javadoc.jar | 1021 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.anylogic/alogic-kvalue/ -->
<dependency>
<groupId>com.github.anylogic</groupId>
<artifactId>alogic-kvalue</artifactId>
<version>1.6.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.anylogic/alogic-kvalue/
implementation 'com.github.anylogic:alogic-kvalue:1.6.11'
// https://jarcasting.com/artifacts/com.github.anylogic/alogic-kvalue/
implementation ("com.github.anylogic:alogic-kvalue:1.6.11")
'com.github.anylogic:alogic-kvalue:jar:1.6.11'
<dependency org="com.github.anylogic" name="alogic-kvalue" rev="1.6.11">
<artifact name="alogic-kvalue" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.anylogic', module='alogic-kvalue', version='1.6.11')
)
libraryDependencies += "com.github.anylogic" % "alogic-kvalue" % "1.6.11"
[com.github.anylogic/alogic-kvalue "1.6.11"]