| Группа | Группаorg.webjars.npm |
|---|---|
| Идентификатор | Идентификаторsuper-three |
| Версия | Версия0.111.5 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| super-three-0.111.5.pom | |
| super-three-0.111.5.jar | 5 MB |
| super-three-0.111.5-sources.jar | 22 bytes |
| super-three-0.111.5-javadoc.jar | 22 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/super-three/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>super-three</artifactId>
<version>0.111.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/super-three/
implementation 'org.webjars.npm:super-three:0.111.5'
// https://jarcasting.com/artifacts/org.webjars.npm/super-three/
implementation ("org.webjars.npm:super-three:0.111.5")
'org.webjars.npm:super-three:jar:0.111.5'
<dependency org="org.webjars.npm" name="super-three" rev="0.111.5">
<artifact name="super-three" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='super-three', version='0.111.5')
)
libraryDependencies += "org.webjars.npm" % "super-three" % "0.111.5"
[org.webjars.npm/super-three "0.111.5"]