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