GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdthree |
Version | Version0.110.0 |
Type | Typejar |
Filename | Size |
---|---|
three-0.110.0.pom | |
three-0.110.0.jar | 5 MB |
three-0.110.0-sources.jar | 22 bytes |
three-0.110.0-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/three/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>three</artifactId>
<version>0.110.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/three/
implementation 'org.webjars.npm:three:0.110.0'
// https://jarcasting.com/artifacts/org.webjars.npm/three/
implementation ("org.webjars.npm:three:0.110.0")
'org.webjars.npm:three:jar:0.110.0'
<dependency org="org.webjars.npm" name="three" rev="0.110.0">
<artifact name="three" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='three', version='0.110.0')
)
libraryDependencies += "org.webjars.npm" % "three" % "0.110.0"
[org.webjars.npm/three "0.110.0"]