GroupId | GroupIdorg.nakedobjects.plugins |
---|---|
ArtifactId | ArtifactIdhtml-viewer |
Version | Version1.0-beta-1 |
Type | Typejar |
Filename | Size |
---|---|
html-viewer-1.0-beta-1.pom | |
html-viewer-1.0-beta-1.jar | 193 KB |
html-viewer-1.0-beta-1-test-sources.jar | 7 KB |
html-viewer-1.0-beta-1-sources.jar | 137 KB |
html-viewer-1.0-beta-1-javadoc.jar | 538 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.nakedobjects.plugins/html-viewer/ -->
<dependency>
<groupId>org.nakedobjects.plugins</groupId>
<artifactId>html-viewer</artifactId>
<version>1.0-beta-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.nakedobjects.plugins/html-viewer/
implementation 'org.nakedobjects.plugins:html-viewer:1.0-beta-1'
// https://jarcasting.com/artifacts/org.nakedobjects.plugins/html-viewer/
implementation ("org.nakedobjects.plugins:html-viewer:1.0-beta-1")
'org.nakedobjects.plugins:html-viewer:jar:1.0-beta-1'
<dependency org="org.nakedobjects.plugins" name="html-viewer" rev="1.0-beta-1">
<artifact name="html-viewer" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nakedobjects.plugins', module='html-viewer', version='1.0-beta-1')
)
libraryDependencies += "org.nakedobjects.plugins" % "html-viewer" % "1.0-beta-1"
[org.nakedobjects.plugins/html-viewer "1.0-beta-1"]