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