GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdthree.js |
Version | Versionr71 |
Type | Typejar |
Filename | Size |
---|---|
three.js-r71.pom | |
three.js-r71.jar | 251 KB |
three.js-r71-javadoc.jar | 249 KB |
Browse |
<!-- 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"]