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