| License |
License |
|---|---|
| Categories |
CategoriesKotlin Languages CLI User Interface |
| GroupId | GroupIdcom.sypht |
| ArtifactId | ArtifactIdsypht-kotlin-client |
| Last Version | Last Version1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionsypht-kotlin-client
A Kotlin reference client implementation for working with the Sypht API.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| sypht-kotlin-client-1.1.pom | |
| sypht-kotlin-client-1.1.jar | 18 KB |
| sypht-kotlin-client-1.1-sources.jar | 8 KB |
| sypht-kotlin-client-1.1-javadoc.jar | 44 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sypht/sypht-kotlin-client/ -->
<dependency>
<groupId>com.sypht</groupId>
<artifactId>sypht-kotlin-client</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.sypht/sypht-kotlin-client/
implementation 'com.sypht:sypht-kotlin-client:1.1'
// https://jarcasting.com/artifacts/com.sypht/sypht-kotlin-client/
implementation ("com.sypht:sypht-kotlin-client:1.1")
'com.sypht:sypht-kotlin-client:jar:1.1'
<dependency org="com.sypht" name="sypht-kotlin-client" rev="1.1">
<artifact name="sypht-kotlin-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sypht', module='sypht-kotlin-client', version='1.1')
)
libraryDependencies += "com.sypht" % "sypht-kotlin-client" % "1.1"
[com.sypht/sypht-kotlin-client "1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.3.50 |
| com.squareup.okhttp3 : okhttp | jar | 3.12.0 |
| io.jsonwebtoken : jjwt-api | jar | 0.10.5 |
| org.json : json | jar | 20180813 |
| Group / Artifact | Type | Version |
|---|---|---|
| io.jsonwebtoken : jjwt-impl | jar | 0.10.5 |
| io.jsonwebtoken : jjwt-jackson | jar | 0.10.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| com.github.stefanbirkner : system-rules | jar | 1.19.0 |