<dependency> <groupId>com.sshtools</groupId> <artifactId>vfs-nfs</artifactId> <version>3.3.0</version> </dependency>
implementation 'com.sshtools:vfs-nfs:3.3.0'
implementation("com.sshtools:vfs-nfs:3.3.0")
libraryDependencies += "com.sshtools" % "vfs-nfs" % "3.3.0"
@Grapes( @Grab(group='com.sshtools', module='vfs-nfs', version='3.3.0') )
<dependency org="com.sshtools" name="vfs-nfs" rev="3.3.0" />
[com.sshtools/vfs-nfs "3.3.0"]
'com.sshtools:vfs-nfs:jar:3.3.0'
<parent> <groupId>com.sshtools</groupId> <artifactId>vfs</artifactId> <version>3.3.0</version> </parent>
compile
|-- commons-logging:commons-logging:1.2
|-- org.apache.commons:commons-vfs2
|-- com.sshtools:nfs-client-java:0.0.1-SNAPSHOT