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