| License |
License |
|---|---|
| GroupId | GroupIdch.viseon.threejs |
| ArtifactId | ArtifactIdbinding |
| Version | Version104.0.0 |
| Type | Typejar |
| Description |
DescriptionThreeJs Binding
Kotlin binding for ThreeJs, javascript library for 3d rendering
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| binding-104.0.0.pom | |
| binding-104.0.0.jar | 73 KB |
| binding-104.0.0-sources.jar | 219 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ch.viseon.threejs/binding/ -->
<dependency>
<groupId>ch.viseon.threejs</groupId>
<artifactId>binding</artifactId>
<version>104.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/ch.viseon.threejs/binding/
implementation 'ch.viseon.threejs:binding:104.0.0'
// https://jarcasting.com/artifacts/ch.viseon.threejs/binding/
implementation ("ch.viseon.threejs:binding:104.0.0")
'ch.viseon.threejs:binding:jar:104.0.0'
<dependency org="ch.viseon.threejs" name="binding" rev="104.0.0">
<artifact name="binding" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.viseon.threejs', module='binding', version='104.0.0')
)
libraryDependencies += "ch.viseon.threejs" % "binding" % "104.0.0"
[ch.viseon.threejs/binding "104.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-js | jar | 1.3.30 |