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