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