is not current version
Last Version 0.2.1

com.github.timtimmahh:ksoup 0.0.2

Kotlin DSL Jsoup implementation with Retrofit2 Converter

GroupId

GroupId

com.github.timtimmahh
ArtifactId

ArtifactId

ksoup
Version

Version

0.0.2
Type

Type

aar

Download ksoup 0.0.2


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