GroupId | GroupIdco.legato.libraries |
---|---|
ArtifactId | ArtifactIdhtmlview |
Version | Version1.0.3 |
Type | Typeaar |
Filename | Size |
---|---|
htmlview-1.0.3.pom | |
htmlview-1.0.3.module | 3 KB |
htmlview-1.0.3-sources.jar | 11 KB |
htmlview-1.0.3-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.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"]