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