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