| GroupId | GroupIdio.github.fxboy |
|---|---|
| ArtifactId | ArtifactIdfileview-sboot |
| Version | Version3.1.1-preview |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.fxboy/fileview-sboot/ -->
<dependency>
<groupId>io.github.fxboy</groupId>
<artifactId>fileview-sboot</artifactId>
<version>3.1.1-preview</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.fxboy/fileview-sboot/
implementation 'io.github.fxboy:fileview-sboot:3.1.1-preview'
// https://jarcasting.com/artifacts/io.github.fxboy/fileview-sboot/
implementation ("io.github.fxboy:fileview-sboot:3.1.1-preview")
'io.github.fxboy:fileview-sboot:jar:3.1.1-preview'
<dependency org="io.github.fxboy" name="fileview-sboot" rev="3.1.1-preview">
<artifact name="fileview-sboot" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.fxboy', module='fileview-sboot', version='3.1.1-preview')
)
libraryDependencies += "io.github.fxboy" % "fileview-sboot" % "3.1.1-preview"
[io.github.fxboy/fileview-sboot "3.1.1-preview"]