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