| License | License
                                                        MIT                                                 | 
|---|---|
| GroupId | GroupIdorg.webjars.npm | 
| ArtifactId | ArtifactIdthree | 
| Last Version | Last Version0.139.2 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionthree WebJar for three | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| three-0.139.2.pom | |
| three-0.139.2.jar | 5 MB | 
| three-0.139.2-sources.jar | 22 bytes | 
| three-0.139.2-javadoc.jar | 22 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.webjars.npm/three/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>three</artifactId>
    <version>0.139.2</version>
</dependency>// https://jarcasting.com/artifacts/org.webjars.npm/three/
implementation 'org.webjars.npm:three:0.139.2'// https://jarcasting.com/artifacts/org.webjars.npm/three/
implementation ("org.webjars.npm:three:0.139.2")'org.webjars.npm:three:jar:0.139.2'<dependency org="org.webjars.npm" name="three" rev="0.139.2">
  <artifact name="three" type="jar" />
</dependency>@Grapes(
@Grab(group='org.webjars.npm', module='three', version='0.139.2')
)libraryDependencies += "org.webjars.npm" % "three" % "0.139.2"[org.webjars.npm/three "0.139.2"]