Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.github.portlek |
ArtifactId | ArtifactIdsfs-client |
Version | Version5.4 |
Type | Typejar |
Filename | Size |
---|---|
sfs-client-5.4.pom | |
sfs-client-5.4.jar | 2 MB |
sfs-client-5.4-sources.jar | 21 KB |
sfs-client-5.4-javadoc.jar | 170 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.portlek/sfs-client/ -->
<dependency>
<groupId>io.github.portlek</groupId>
<artifactId>sfs-client</artifactId>
<version>5.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.portlek/sfs-client/
implementation 'io.github.portlek:sfs-client:5.4'
// https://jarcasting.com/artifacts/io.github.portlek/sfs-client/
implementation ("io.github.portlek:sfs-client:5.4")
'io.github.portlek:sfs-client:jar:5.4'
<dependency org="io.github.portlek" name="sfs-client" rev="5.4">
<artifact name="sfs-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.portlek', module='sfs-client', version='5.4')
)
libraryDependencies += "io.github.portlek" % "sfs-client" % "5.4"
[io.github.portlek/sfs-client "5.4"]