| License |
License |
|---|---|
| GroupId | GroupIdgraphics.scenery |
| ArtifactId | ArtifactIdjopenvr |
| Version | Version1.0.5.3 |
| Type | Typejar |
| Description |
DescriptionOpenVR 1.0.5 bindings for the JavaVM
SciJava aims to provide an overview of available Java libraries for scientific computing. This POM provides a parent from which participating projects can declare their build configurations. It ensures that projects all use a compatible build environment, including Java version, as well as versions of dependencies and plugins.
Projects wishing to use pom-scijava as a parent project need to override the <name>, <description>, <url>, <inceptionYear>, <organization>, <licenses>, <developers>, <contributors>, <mailingLists>, <scm>, <issueManagement> and <ciManagement> sections.
|
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jopenvr-1.0.5.3.pom | |
| jopenvr-1.0.5.3.jar | 874 KB |
| jopenvr-1.0.5.3-sources.jar | 600 KB |
| jopenvr-1.0.5.3-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/graphics.scenery/jopenvr/ -->
<dependency>
<groupId>graphics.scenery</groupId>
<artifactId>jopenvr</artifactId>
<version>1.0.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/graphics.scenery/jopenvr/
implementation 'graphics.scenery:jopenvr:1.0.5.3'
// https://jarcasting.com/artifacts/graphics.scenery/jopenvr/
implementation ("graphics.scenery:jopenvr:1.0.5.3")
'graphics.scenery:jopenvr:jar:1.0.5.3'
<dependency org="graphics.scenery" name="jopenvr" rev="1.0.5.3">
<artifact name="jopenvr" type="jar" />
</dependency>
@Grapes(
@Grab(group='graphics.scenery', module='jopenvr', version='1.0.5.3')
)
libraryDependencies += "graphics.scenery" % "jopenvr" % "1.0.5.3"
[graphics.scenery/jopenvr "1.0.5.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.apple : AppleJavaExtensions | jar | 1.4 |
| com.nativelibs4java : jnaerator-runtime | jar | 0.12 |