MVN

ch.viseon.threejs : binding

Maven & Gradle

May 24, 2019
3 stars

ThreeJs Binding · Kotlin binding for ThreeJs, javascript library for 3d rendering

<dependency>
    <groupId>ch.viseon.threejs</groupId>
    <artifactId>binding</artifactId>
    <version>104.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ch.viseon.threejs : binding to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 104.0.0

All Versions

Choose a version of ch.viseon.threejs : binding to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
104.0.x
binding-104.0.0
102.0.x
binding-102.0.0
101.0.x
binding-101.0.0
100.0.x
binding-100.0.0
98.0.x
binding-98.0.3
binding-98.0.2
binding-98.0.1

How to add a dependency to Maven

Add the following ch.viseon.threejs : binding maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ch.viseon.threejs</groupId>
    <artifactId>binding</artifactId>
    <version>104.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ch.viseon.threejs : binding gradle dependency to your build.gradle file:

implementation 'ch.viseon.threejs:binding:104.0.0'

Gradle Kotlin DSL: Add the following ch.viseon.threejs : binding gradle kotlin dependency to your build.gradle.kts file:

implementation("ch.viseon.threejs:binding:104.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following ch.viseon.threejs : binding sbt scala dependency to your build.sbt file:

libraryDependencies += "ch.viseon.threejs" % "binding" % "104.0.0"

Advertisement