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