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