| GroupId | GroupIdch.viseon.threejs |
|---|---|
| ArtifactId | ArtifactIdwrapper |
| Version | Version105.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| wrapper-105.0.0.pom | |
| wrapper-105.0.0.jar | 73 KB |
| wrapper-105.0.0-sources.jar | 215 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ch.viseon.threejs/wrapper/ -->
<dependency>
<groupId>ch.viseon.threejs</groupId>
<artifactId>wrapper</artifactId>
<version>105.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/ch.viseon.threejs/wrapper/
implementation 'ch.viseon.threejs:wrapper:105.0.0'
// https://jarcasting.com/artifacts/ch.viseon.threejs/wrapper/
implementation ("ch.viseon.threejs:wrapper:105.0.0")
'ch.viseon.threejs:wrapper:jar:105.0.0'
<dependency org="ch.viseon.threejs" name="wrapper" rev="105.0.0">
<artifact name="wrapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.viseon.threejs', module='wrapper', version='105.0.0')
)
libraryDependencies += "ch.viseon.threejs" % "wrapper" % "105.0.0"
[ch.viseon.threejs/wrapper "105.0.0"]