| License | License | 
|---|---|
| GroupId | GroupIdorg.nakedobjects.plugins | 
| ArtifactId | ArtifactIdhtml | 
| Version | Version1.0-alpha-3 | 
| Type | Typejar | 
| Description | DescriptionHtml Viewer and Bootstrapping | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| html-1.0-alpha-3.pom | 1 KB | 
| html-1.0-alpha-3-tests.jar | 1 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.nakedobjects.plugins/html/ -->
<dependency>
    <groupId>org.nakedobjects.plugins</groupId>
    <artifactId>html</artifactId>
    <version>1.0-alpha-3</version>
</dependency>// https://jarcasting.com/artifacts/org.nakedobjects.plugins/html/
implementation 'org.nakedobjects.plugins:html:1.0-alpha-3'// https://jarcasting.com/artifacts/org.nakedobjects.plugins/html/
implementation ("org.nakedobjects.plugins:html:1.0-alpha-3")'org.nakedobjects.plugins:html:jar:1.0-alpha-3'<dependency org="org.nakedobjects.plugins" name="html" rev="1.0-alpha-3">
  <artifact name="html" type="jar" />
</dependency>@Grapes(
@Grab(group='org.nakedobjects.plugins', module='html', version='1.0-alpha-3')
)libraryDependencies += "org.nakedobjects.plugins" % "html" % "1.0-alpha-3"[org.nakedobjects.plugins/html "1.0-alpha-3"]