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