| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdio.github.woody230.gw2 |
| ArtifactId | ArtifactIdv2-client-android |
| Last Version | Last Version2.0.2 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
Descriptiongw2-v2-client
Ktor client for v2 endpoints of the Guild Wars 2 API.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| v2-client-android-2.0.2.pom | |
| v2-client-android-2.0.2-sources.jar | 51 KB |
| v2-client-android-2.0.2-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.woody230.gw2/v2-client-android/ -->
<dependency>
<groupId>io.github.woody230.gw2</groupId>
<artifactId>v2-client-android</artifactId>
<version>2.0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.woody230.gw2/v2-client-android/
implementation 'io.github.woody230.gw2:v2-client-android:2.0.2'
// https://jarcasting.com/artifacts/io.github.woody230.gw2/v2-client-android/
implementation ("io.github.woody230.gw2:v2-client-android:2.0.2")
'io.github.woody230.gw2:v2-client-android:aar:2.0.2'
<dependency org="io.github.woody230.gw2" name="v2-client-android" rev="2.0.2">
<artifact name="v2-client-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.woody230.gw2', module='v2-client-android', version='2.0.2')
)
libraryDependencies += "io.github.woody230.gw2" % "v2-client-android" % "2.0.2"
[io.github.woody230.gw2/v2-client-android "2.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.10 |
| io.github.woody230.gw2 : v2-model-android | jar | 2.0.2 |
| io.github.woody230.gw2 : v2-scope-android | jar | 2.0.2 |
| org.jetbrains.kotlinx : kotlinx-datetime-jvm | jar | 0.3.2 |
| io.ktor : ktor-client-core-jvm | jar | 2.0.1 |
| io.ktor : ktor-client-content-negotiation-jvm | jar | 2.0.1 |
| io.ktor : ktor-serialization-kotlinx-json-jvm | jar | 2.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-common | jar | 1.6.10 |