| GroupId | GroupIdio.github.fxboy |
|---|---|
| ArtifactId | ArtifactIdfileview-sboot |
| Version | Version3.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| fileview-sboot-3.0.1.pom | |
| fileview-sboot-3.0.1.jar | 18 KB |
| fileview-sboot-3.0.1-sources.jar | 9 KB |
| fileview-sboot-3.0.1-javadoc.jar | 89 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.fxboy/fileview-sboot/ -->
<dependency>
<groupId>io.github.fxboy</groupId>
<artifactId>fileview-sboot</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.fxboy/fileview-sboot/
implementation 'io.github.fxboy:fileview-sboot:3.0.1'
// https://jarcasting.com/artifacts/io.github.fxboy/fileview-sboot/
implementation ("io.github.fxboy:fileview-sboot:3.0.1")
'io.github.fxboy:fileview-sboot:jar:3.0.1'
<dependency org="io.github.fxboy" name="fileview-sboot" rev="3.0.1">
<artifact name="fileview-sboot" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.fxboy', module='fileview-sboot', version='3.0.1')
)
libraryDependencies += "io.github.fxboy" % "fileview-sboot" % "3.0.1"
[io.github.fxboy/fileview-sboot "3.0.1"]