h

htmlview

A lightweight library to implement html tag on android
https://github.com/cogivn/HtmlView
The Apache License, Version 2.0
CogiVN
文件下载
文件名 操作
htmlview-1.1.2.pom 下载
htmlview-1.1.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>co.legato.libraries</groupId>
  <artifactId>htmlview</artifactId>
  <version>1.1.2</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'co.legato.libraries:htmlview:1.1.2'
Gradle Kotlin
implementation("co.legato.libraries:htmlview:1.1.2")
Scala SBT
libraryDependencies += "co.legato.libraries" % "htmlview" % "1.1.2"
Groovy Grape
@Grapes(
  @Grab(group='co.legato.libraries', module='htmlview', version='1.1.2')
)
Apache Ivy
<dependency org="co.legato.libraries" name="htmlview" rev="1.1.2" />
Leiningen
[co.legato.libraries/htmlview "1.1.2"]
Apache Buildr
'co.legato.libraries:htmlview:jar:1.1.2'