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