| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdio.github.slacesa.simpleSwiftClient |
| ArtifactId | ArtifactIdsimple_swift_client |
| Last Version | Last Version1.0.8 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSimple Swift Client
A simple swift Client, providing basic Keystone v3 methods for authentication and simple access to files
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| simple_swift_client-1.0.8.pom | |
| simple_swift_client-1.0.8.jar | 17 KB |
| simple_swift_client-1.0.8-sources.jar | 11 KB |
| simple_swift_client-1.0.8-javadoc.jar | 66 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.slacesa.simpleSwiftClient/simple_swift_client/ -->
<dependency>
<groupId>io.github.slacesa.simpleSwiftClient</groupId>
<artifactId>simple_swift_client</artifactId>
<version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.slacesa.simpleSwiftClient/simple_swift_client/
implementation 'io.github.slacesa.simpleSwiftClient:simple_swift_client:1.0.8'
// https://jarcasting.com/artifacts/io.github.slacesa.simpleSwiftClient/simple_swift_client/
implementation ("io.github.slacesa.simpleSwiftClient:simple_swift_client:1.0.8")
'io.github.slacesa.simpleSwiftClient:simple_swift_client:jar:1.0.8'
<dependency org="io.github.slacesa.simpleSwiftClient" name="simple_swift_client" rev="1.0.8">
<artifact name="simple_swift_client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.slacesa.simpleSwiftClient', module='simple_swift_client', version='1.0.8')
)
libraryDependencies += "io.github.slacesa.simpleSwiftClient" % "simple_swift_client" % "1.0.8"
[io.github.slacesa.simpleSwiftClient/simple_swift_client "1.0.8"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.vertx : vertx-core | jar | 4.0.0 |
| io.vertx : vertx-web-client | jar | 4.0.0 |
| org.slf4j : slf4j-jdk14 | jar | 1.7.30 |
| net.lingala.zip4j : zip4j | jar | 2.6.4 |
| joda-time : joda-time | jar | 2.10.9 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.11.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| io.vertx : vertx-web | jar | 4.0.0 |
| io.vertx : vertx-unit | jar | 4.0.0 |
| io.vertx : vertx-junit5 | jar | 4.0.0 |
| org.assertj : assertj-core | jar | 3.11.1 |