| GroupId | GroupIdcom.github.kittinunf.fuse |
|---|---|
| ArtifactId | ArtifactIdfuse |
| Version | Version1.0.0-beta4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| fuse-1.0.0-beta4.pom | |
| fuse-1.0.0-beta4.jar | 64 KB |
| fuse-1.0.0-beta4-sources.jar | 10 KB |
| fuse-1.0.0-beta4-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.kittinunf.fuse/fuse/ -->
<dependency>
<groupId>com.github.kittinunf.fuse</groupId>
<artifactId>fuse</artifactId>
<version>1.0.0-beta4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kittinunf.fuse/fuse/
implementation 'com.github.kittinunf.fuse:fuse:1.0.0-beta4'
// https://jarcasting.com/artifacts/com.github.kittinunf.fuse/fuse/
implementation ("com.github.kittinunf.fuse:fuse:1.0.0-beta4")
'com.github.kittinunf.fuse:fuse:jar:1.0.0-beta4'
<dependency org="com.github.kittinunf.fuse" name="fuse" rev="1.0.0-beta4">
<artifact name="fuse" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kittinunf.fuse', module='fuse', version='1.0.0-beta4')
)
libraryDependencies += "com.github.kittinunf.fuse" % "fuse" % "1.0.0-beta4"
[com.github.kittinunf.fuse/fuse "1.0.0-beta4"]