alogic readme
因公司开源策略的变化,本项目将停止官方更新。
License |
License |
---|---|
GroupId | GroupIdcom.github.anylogic |
ArtifactId | ArtifactIdalogic-remote |
Last Version | Last Version1.6.7 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionalogic-remote
基于JSON协议的Http远程调用框架
|
Filename | Size |
---|---|
alogic-remote-1.6.7.pom | |
alogic-remote-1.6.7.jar | 51 KB |
alogic-remote-1.6.7-sources.jar | 28 KB |
alogic-remote-1.6.7-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.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.anylogic/alogic-remote/
implementation 'com.github.anylogic:alogic-remote:1.6.7'
// https://jarcasting.com/artifacts/com.github.anylogic/alogic-remote/
implementation ("com.github.anylogic:alogic-remote:1.6.7")
'com.github.anylogic:alogic-remote:jar:1.6.7'
<dependency org="com.github.anylogic" name="alogic-remote" rev="1.6.7">
<artifact name="alogic-remote" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.anylogic', module='alogic-remote', version='1.6.7')
)
libraryDependencies += "com.github.anylogic" % "alogic-remote" % "1.6.7"
[com.github.anylogic/alogic-remote "1.6.7"]
Group / Artifact | Type | Version |
---|---|---|
com.github.anylogic : alogic-core | jar | 1.6.7 |
因公司开源策略的变化,本项目将停止官方更新。