GroupId | GroupIdcom.github.anylogic |
---|---|
ArtifactId | ArtifactIdalogic-remote |
Version | Version1.6.5 |
Type | Typejar |
Filename | Size |
---|---|
alogic-remote-1.6.5.pom | |
alogic-remote-1.6.5.jar | 51 KB |
alogic-remote-1.6.5-sources.jar | 28 KB |
alogic-remote-1.6.5-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.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.anylogic/alogic-remote/
implementation 'com.github.anylogic:alogic-remote:1.6.5'
// https://jarcasting.com/artifacts/com.github.anylogic/alogic-remote/
implementation ("com.github.anylogic:alogic-remote:1.6.5")
'com.github.anylogic:alogic-remote:jar:1.6.5'
<dependency org="com.github.anylogic" name="alogic-remote" rev="1.6.5">
<artifact name="alogic-remote" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.anylogic', module='alogic-remote', version='1.6.5')
)
libraryDependencies += "com.github.anylogic" % "alogic-remote" % "1.6.5"
[com.github.anylogic/alogic-remote "1.6.5"]