is not current version
Last Version r130

org.webjars:three.js r71

WebJar for three.js

GroupId

GroupId

org.webjars
ArtifactId

ArtifactId

three.js
Version

Version

r71
Type

Type

jar

Download three.js r71


<!-- https://jarcasting.com/artifacts/org.webjars/three.js/ -->
<dependency>
    <groupId>org.webjars</groupId>
    <artifactId>three.js</artifactId>
    <version>r71</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/three.js/
implementation 'org.webjars:three.js:r71'
// https://jarcasting.com/artifacts/org.webjars/three.js/
implementation ("org.webjars:three.js:r71")
'org.webjars:three.js:jar:r71'
<dependency org="org.webjars" name="three.js" rev="r71">
  <artifact name="three.js" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='three.js', version='r71')
)
libraryDependencies += "org.webjars" % "three.js" % "r71"
[org.webjars/three.js "r71"]