GroupId | GroupIdco.legato.libraries |
---|---|
ArtifactId | ArtifactIdhtmlview |
Version | Version1.0.5 |
Type | Typeaar |
Filename | Size |
---|---|
htmlview-1.0.5.pom | |
htmlview-1.0.5.module | 4 KB |
htmlview-1.0.5-sources.jar | 11 KB |
htmlview-1.0.5-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.5</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/co.legato.libraries/htmlview/
implementation 'co.legato.libraries:htmlview:1.0.5'
// https://jarcasting.com/artifacts/co.legato.libraries/htmlview/
implementation ("co.legato.libraries:htmlview:1.0.5")
'co.legato.libraries:htmlview:aar:1.0.5'
<dependency org="co.legato.libraries" name="htmlview" rev="1.0.5">
<artifact name="htmlview" type="aar" />
</dependency>
@Grapes(
@Grab(group='co.legato.libraries', module='htmlview', version='1.0.5')
)
libraryDependencies += "co.legato.libraries" % "htmlview" % "1.0.5"
[co.legato.libraries/htmlview "1.0.5"]