License |
License |
---|---|
GroupId | GroupIdco.legato.libraries |
ArtifactId | ArtifactIdhtmlview |
Version | Version1.0.7 |
Type | Typepom |
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.7.pom | |
htmlview-1.0.7.module | 7 KB |
htmlview-1.0.7-release.aar | 4 MB |
htmlview-1.0.7-release-sources.jar | 23 KB |
htmlview-1.0.7-release-javadoc.jar | 406 KB |
htmlview-1.0.7-debug.aar | 4 MB |
htmlview-1.0.7-debug-sources.jar | 23 KB |
htmlview-1.0.7-debug-javadoc.jar | 406 KB |
Browse |
<!-- https://jarcasting.com/artifacts/co.legato.libraries/htmlview/ -->
<dependency>
<groupId>co.legato.libraries</groupId>
<artifactId>htmlview</artifactId>
<version>1.0.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/co.legato.libraries/htmlview/
implementation 'co.legato.libraries:htmlview:1.0.7'
// https://jarcasting.com/artifacts/co.legato.libraries/htmlview/
implementation ("co.legato.libraries:htmlview:1.0.7")
'co.legato.libraries:htmlview:pom:1.0.7'
<dependency org="co.legato.libraries" name="htmlview" rev="1.0.7">
<artifact name="htmlview" type="pom" />
</dependency>
@Grapes(
@Grab(group='co.legato.libraries', module='htmlview', version='1.0.7')
)
libraryDependencies += "co.legato.libraries" % "htmlview" % "1.0.7"
[co.legato.libraries/htmlview "1.0.7"]
Group / Artifact | Type | Version |
---|---|---|
androidx.databinding » viewbinding Optional | jar | 7.1.3 |
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.5.0 |
co.legato.libraries : adapter Optional | jar | 1.1.3 |
org.jsoup : jsoup Optional | jar | 1.13.1 |
com.github.bumptech.glide : glide Optional | jar | 4.12.0 |
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 |