GroupId | GroupIdcom.github.fangjinuo.agileway |
---|---|
ArtifactId | ArtifactIdagileway-vfs |
Version | Version2.5.0 |
Type | Typejar |
Filename | Size |
---|---|
agileway-vfs-2.5.0.pom | |
agileway-vfs-2.5.0.jar | 16 KB |
agileway-vfs-2.5.0-sources.jar | 10 KB |
agileway-vfs-2.5.0-javadoc.jar | 69 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fangjinuo.agileway/agileway-vfs/ -->
<dependency>
<groupId>com.github.fangjinuo.agileway</groupId>
<artifactId>agileway-vfs</artifactId>
<version>2.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fangjinuo.agileway/agileway-vfs/
implementation 'com.github.fangjinuo.agileway:agileway-vfs:2.5.0'
// https://jarcasting.com/artifacts/com.github.fangjinuo.agileway/agileway-vfs/
implementation ("com.github.fangjinuo.agileway:agileway-vfs:2.5.0")
'com.github.fangjinuo.agileway:agileway-vfs:jar:2.5.0'
<dependency org="com.github.fangjinuo.agileway" name="agileway-vfs" rev="2.5.0">
<artifact name="agileway-vfs" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fangjinuo.agileway', module='agileway-vfs', version='2.5.0')
)
libraryDependencies += "com.github.fangjinuo.agileway" % "agileway-vfs" % "2.5.0"
[com.github.fangjinuo.agileway/agileway-vfs "2.5.0"]