Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.github.portlek |
ArtifactId | ArtifactIdsfs-client |
Version | Version5.1 |
Type | Typejar |
Filename | Size |
---|---|
sfs-client-5.1.pom | |
sfs-client-5.1.jar | 2 MB |
sfs-client-5.1-sources.jar | 22 KB |
sfs-client-5.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.portlek/sfs-client/
implementation 'io.github.portlek:sfs-client:5.1'
// https://jarcasting.com/artifacts/io.github.portlek/sfs-client/
implementation ("io.github.portlek:sfs-client:5.1")
'io.github.portlek:sfs-client:jar:5.1'
<dependency org="io.github.portlek" name="sfs-client" rev="5.1">
<artifact name="sfs-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.portlek', module='sfs-client', version='5.1')
)
libraryDependencies += "io.github.portlek" % "sfs-client" % "5.1"
[io.github.portlek/sfs-client "5.1"]