This repo serves the dual function of being the UV examples page hosted on gh-pages and the location of the distribution build of the UV published to npm.
| License |
License |
|---|---|
| GroupId | GroupIdorg.webjars.npm |
| ArtifactId | ArtifactIduniversalviewer |
| Last Version | Last Version3.0.22 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionuniversalviewer
WebJar for universalviewer
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| universalviewer-3.0.22.pom | |
| universalviewer-3.0.22.jar | 2 MB |
| universalviewer-3.0.22-sources.jar | 22 bytes |
| universalviewer-3.0.22-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/universalviewer/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>universalviewer</artifactId>
<version>3.0.22</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/universalviewer/
implementation 'org.webjars.npm:universalviewer:3.0.22'
// https://jarcasting.com/artifacts/org.webjars.npm/universalviewer/
implementation ("org.webjars.npm:universalviewer:3.0.22")
'org.webjars.npm:universalviewer:jar:3.0.22'
<dependency org="org.webjars.npm" name="universalviewer" rev="3.0.22">
<artifact name="universalviewer" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='universalviewer', version='3.0.22')
)
libraryDependencies += "org.webjars.npm" % "universalviewer" % "3.0.22"
[org.webjars.npm/universalviewer "3.0.22"]
This repo serves the dual function of being the UV examples page hosted on gh-pages and the location of the distribution build of the UV published to npm.