License |
License |
---|---|
GroupId | GroupIdcom.github.timtimmahh |
ArtifactId | ArtifactIdksoup |
Version | Version0.2.1 |
Type | Typeaar |
Description |
Descriptionksoup
Kotlin DSL Jsoup implementation with Retrofit2 Converter
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ksoup-0.2.1.pom | |
ksoup-0.2.1.aar | 44 KB |
ksoup-0.2.1-sources.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.timtimmahh/ksoup/ -->
<dependency>
<groupId>com.github.timtimmahh</groupId>
<artifactId>ksoup</artifactId>
<version>0.2.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.timtimmahh/ksoup/
implementation 'com.github.timtimmahh:ksoup:0.2.1'
// https://jarcasting.com/artifacts/com.github.timtimmahh/ksoup/
implementation ("com.github.timtimmahh:ksoup:0.2.1")
'com.github.timtimmahh:ksoup:aar:0.2.1'
<dependency org="com.github.timtimmahh" name="ksoup" rev="0.2.1">
<artifact name="ksoup" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.timtimmahh', module='ksoup', version='0.2.1')
)
libraryDependencies += "com.github.timtimmahh" % "ksoup" % "0.2.1"
[com.github.timtimmahh/ksoup "0.2.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-android-extensions-runtime | jar | 1.3.50 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.50 |
org.jetbrains.kotlin : kotlin-reflect | jar | 1.3.50 |
org.jsoup : jsoup | jar | 1.12.1 |
com.squareup.retrofit2 : retrofit | jar | 2.6.1 |