is not current version
Last Version 0.139.2

org.webjars.npm:three 0.122.0

WebJar for three

GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

three
Version

Version

0.122.0
Type

Type

jar

Download three 0.122.0


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