GroupId | GroupIdcom.github.timtimmahh |
---|---|
ArtifactId | ArtifactIdksoup |
Version | Version0.2.0 |
Type | Typeaar |
Filename | Size |
---|---|
ksoup-0.2.0.pom | |
ksoup-0.2.0.aar | 31 KB |
ksoup-0.2.0-sources.jar | 3 KB |
Browse |
<!-- 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"]