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