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