GroupId | GroupIdcom.github.abashev |
---|---|
ArtifactId | ArtifactIdcommons-vfs2 |
Version | Version2.2-20181130 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.abashev/commons-vfs2/ -->
<dependency>
<groupId>com.github.abashev</groupId>
<artifactId>commons-vfs2</artifactId>
<version>2.2-20181130</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.abashev/commons-vfs2/
implementation 'com.github.abashev:commons-vfs2:2.2-20181130'
// https://jarcasting.com/artifacts/com.github.abashev/commons-vfs2/
implementation ("com.github.abashev:commons-vfs2:2.2-20181130")
'com.github.abashev:commons-vfs2:jar:2.2-20181130'
<dependency org="com.github.abashev" name="commons-vfs2" rev="2.2-20181130">
<artifact name="commons-vfs2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.abashev', module='commons-vfs2', version='2.2-20181130')
)
libraryDependencies += "com.github.abashev" % "commons-vfs2" % "2.2-20181130"
[com.github.abashev/commons-vfs2 "2.2-20181130"]