is not current version
Last Version 0.139.2

org.webjars.npm:three 0.131.1

WebJar for three

GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

three
Version

Version

0.131.1
Type

Type

jar

Download three 0.131.1


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