is not current version
Last Version 0.2.1

com.github.timtimmahh:ksoup 0.2.0

Kotlin DSL Jsoup implementation with Retrofit2 Converter

GroupId

GroupId

com.github.timtimmahh
ArtifactId

ArtifactId

ksoup
Version

Version

0.2.0
Type

Type

aar

Download ksoup 0.2.0


<!-- https://jarcasting.com/artifacts/com.github.timtimmahh/ksoup/ -->
<dependency>
    <groupId>com.github.timtimmahh</groupId>
    <artifactId>ksoup</artifactId>
    <version>0.2.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.timtimmahh/ksoup/
implementation 'com.github.timtimmahh:ksoup:0.2.0'
// https://jarcasting.com/artifacts/com.github.timtimmahh/ksoup/
implementation ("com.github.timtimmahh:ksoup:0.2.0")
'com.github.timtimmahh:ksoup:aar:0.2.0'
<dependency org="com.github.timtimmahh" name="ksoup" rev="0.2.0">
  <artifact name="ksoup" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.timtimmahh', module='ksoup', version='0.2.0')
)
libraryDependencies += "com.github.timtimmahh" % "ksoup" % "0.2.0"
[com.github.timtimmahh/ksoup "0.2.0"]