| License |
License |
|---|---|
| GroupId | GroupIdinfo.laht.threekt |
| ArtifactId | ArtifactIdwrapper |
| Last Version | Last Version0.88-ALPHA-6 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionthree.kt
kotlin wrappers for three.js (https://threejs.org/)
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| wrapper-0.88-ALPHA-6.pom | |
| wrapper-0.88-ALPHA-6.jar | 71 KB |
| wrapper-0.88-ALPHA-6-sources.jar | 161 KB |
| wrapper-0.88-ALPHA-6-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/info.laht.threekt/wrapper/ -->
<dependency>
<groupId>info.laht.threekt</groupId>
<artifactId>wrapper</artifactId>
<version>0.88-ALPHA-6</version>
</dependency>
// https://jarcasting.com/artifacts/info.laht.threekt/wrapper/
implementation 'info.laht.threekt:wrapper:0.88-ALPHA-6'
// https://jarcasting.com/artifacts/info.laht.threekt/wrapper/
implementation ("info.laht.threekt:wrapper:0.88-ALPHA-6")
'info.laht.threekt:wrapper:jar:0.88-ALPHA-6'
<dependency org="info.laht.threekt" name="wrapper" rev="0.88-ALPHA-6">
<artifact name="wrapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='info.laht.threekt', module='wrapper', version='0.88-ALPHA-6')
)
libraryDependencies += "info.laht.threekt" % "wrapper" % "0.88-ALPHA-6"
[info.laht.threekt/wrapper "0.88-ALPHA-6"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-js | jar | 1.2.50 |