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