| Categories | CategoriesCLI User Interface | 
|---|---|
| GroupId | GroupIdorg.nakedobjects.plugins | 
| ArtifactId | ArtifactIdhtmlviewer-client | 
| Version | Version1.0-alpha-1 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.nakedobjects.plugins/htmlviewer-client/ -->
<dependency>
    <groupId>org.nakedobjects.plugins</groupId>
    <artifactId>htmlviewer-client</artifactId>
    <version>1.0-alpha-1</version>
</dependency>// https://jarcasting.com/artifacts/org.nakedobjects.plugins/htmlviewer-client/
implementation 'org.nakedobjects.plugins:htmlviewer-client:1.0-alpha-1'// https://jarcasting.com/artifacts/org.nakedobjects.plugins/htmlviewer-client/
implementation ("org.nakedobjects.plugins:htmlviewer-client:1.0-alpha-1")'org.nakedobjects.plugins:htmlviewer-client:jar:1.0-alpha-1'<dependency org="org.nakedobjects.plugins" name="htmlviewer-client" rev="1.0-alpha-1">
  <artifact name="htmlviewer-client" type="jar" />
</dependency>@Grapes(
@Grab(group='org.nakedobjects.plugins', module='htmlviewer-client', version='1.0-alpha-1')
)libraryDependencies += "org.nakedobjects.plugins" % "htmlviewer-client" % "1.0-alpha-1"[org.nakedobjects.plugins/htmlviewer-client "1.0-alpha-1"]