GroupId | GroupIdcom.sshtools |
---|---|
ArtifactId | ArtifactIdvfs-ext |
Version | Version3.1.0 |
Type | Typejar |
Filename | Size |
---|---|
vfs-ext-3.1.0.pom | |
vfs-ext-3.1.0.jar | 23 KB |
vfs-ext-3.1.0-sources.jar | 7 KB |
vfs-ext-3.1.0-javadoc.jar | 69 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sshtools/vfs-ext/ -->
<dependency>
<groupId>com.sshtools</groupId>
<artifactId>vfs-ext</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.sshtools/vfs-ext/
implementation 'com.sshtools:vfs-ext:3.1.0'
// https://jarcasting.com/artifacts/com.sshtools/vfs-ext/
implementation ("com.sshtools:vfs-ext:3.1.0")
'com.sshtools:vfs-ext:jar:3.1.0'
<dependency org="com.sshtools" name="vfs-ext" rev="3.1.0">
<artifact name="vfs-ext" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sshtools', module='vfs-ext', version='3.1.0')
)
libraryDependencies += "com.sshtools" % "vfs-ext" % "3.1.0"
[com.sshtools/vfs-ext "3.1.0"]