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