is not current version
Last Version 1.0.8

co.legato.libraries:htmlview 1.0.3

A lightweight library to implement html tag on android

GroupId

GroupId

co.legato.libraries
ArtifactId

ArtifactId

htmlview
Version

Version

1.0.3
Type

Type

aar

Download htmlview 1.0.3


<!-- https://jarcasting.com/artifacts/co.legato.libraries/htmlview/ -->
<dependency>
    <groupId>co.legato.libraries</groupId>
    <artifactId>htmlview</artifactId>
    <version>1.0.3</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/co.legato.libraries/htmlview/
implementation 'co.legato.libraries:htmlview:1.0.3'
// https://jarcasting.com/artifacts/co.legato.libraries/htmlview/
implementation ("co.legato.libraries:htmlview:1.0.3")
'co.legato.libraries:htmlview:aar:1.0.3'
<dependency org="co.legato.libraries" name="htmlview" rev="1.0.3">
  <artifact name="htmlview" type="aar" />
</dependency>
@Grapes(
@Grab(group='co.legato.libraries', module='htmlview', version='1.0.3')
)
libraryDependencies += "co.legato.libraries" % "htmlview" % "1.0.3"
[co.legato.libraries/htmlview "1.0.3"]