| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.webjars |
| Идентификатор | Идентификаторthree.js |
| Версия | Версияr130 |
| Тип | Типjar |
| Описание |
Описаниеthree.js
WebJar for three.js
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| three.js-r130.pom | |
| three.js-r130.jar | 607 KB |
| three.js-r130-javadoc.jar | 604 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.webjars/three.js/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>three.js</artifactId>
<version>r130</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/three.js/
implementation 'org.webjars:three.js:r130'
// https://jarcasting.com/artifacts/org.webjars/three.js/
implementation ("org.webjars:three.js:r130")
'org.webjars:three.js:jar:r130'
<dependency org="org.webjars" name="three.js" rev="r130">
<artifact name="three.js" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='three.js', version='r130')
)
libraryDependencies += "org.webjars" % "three.js" % "r130"
[org.webjars/three.js "r130"]