License |
License |
---|---|
GroupId | GroupIdco.legato.libraries |
ArtifactId | ArtifactIdhtmlview |
Last Version | Last Version1.0.8 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionHtmlView
A lightweight library to implement html tag on android
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
htmlview-1.0.8.pom | |
htmlview-1.0.8.module | 3 KB |
htmlview-1.0.8-sources.jar | 12 KB |
htmlview-1.0.8-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/co.legato.libraries/htmlview/ -->
<dependency>
<groupId>co.legato.libraries</groupId>
<artifactId>htmlview</artifactId>
<version>1.0.8</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/co.legato.libraries/htmlview/
implementation 'co.legato.libraries:htmlview:1.0.8'
// https://jarcasting.com/artifacts/co.legato.libraries/htmlview/
implementation ("co.legato.libraries:htmlview:1.0.8")
'co.legato.libraries:htmlview:aar:1.0.8'
<dependency org="co.legato.libraries" name="htmlview" rev="1.0.8">
<artifact name="htmlview" type="aar" />
</dependency>
@Grapes(
@Grab(group='co.legato.libraries', module='htmlview', version='1.0.8')
)
libraryDependencies += "co.legato.libraries" % "htmlview" % "1.0.8"
[co.legato.libraries/htmlview "1.0.8"]
Group / Artifact | Type | Version |
---|---|---|
androidx.databinding » viewbinding Optional | jar | 7.2.0 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 Optional | jar | 1.6.21 |
org.jetbrains.kotlin : kotlin-parcelize-runtime Optional | jar | 1.6.21 |
androidx.core » core-ktx Optional | jar | 1.7.0 |
androidx.appcompat » appcompat Optional | jar | 1.4.1 |
com.google.android.material » material Optional | jar | 1.6.0 |
co.legato.libraries : adapter Optional | jar | RELEASE |
org.jsoup : jsoup Optional | jar | 1.15.1 |
com.github.bumptech.glide : glide Optional | jar | 4.13.2 |
io.noties.markwon : core Optional | jar | 4.6.2 |
io.noties.markwon : html Optional | jar | 4.6.2 |
io.noties.markwon : linkify Optional | jar | 4.6.2 |
io.noties.markwon : ext-strikethrough Optional | jar | 4.6.2 |
io.noties.markwon : syntax-highlight Optional | jar | 4.6.2 |
io.noties.markwon : recycler-table Optional | jar | 4.6.2 |