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