GroupId | GroupIdcom.github.timtimmahh |
---|---|
ArtifactId | ArtifactIdksoup |
Version | Version0.1.0 |
Type | Typeaar |
Filename | Size |
---|---|
ksoup-0.1.0.pom | |
ksoup-0.1.0.aar | 28 KB |
ksoup-0.1.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.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.timtimmahh/ksoup/
implementation 'com.github.timtimmahh:ksoup:0.1.0'
// https://jarcasting.com/artifacts/com.github.timtimmahh/ksoup/
implementation ("com.github.timtimmahh:ksoup:0.1.0")
'com.github.timtimmahh:ksoup:aar:0.1.0'
<dependency org="com.github.timtimmahh" name="ksoup" rev="0.1.0">
<artifact name="ksoup" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.timtimmahh', module='ksoup', version='0.1.0')
)
libraryDependencies += "com.github.timtimmahh" % "ksoup" % "0.1.0"
[com.github.timtimmahh/ksoup "0.1.0"]