WebJar for QUnit
More info: http://webjars.org
Upstream: http://qunitjs.com/
License |
License
MIT License
|
---|---|
GroupId | GroupIdorg.webjars |
ArtifactId | ArtifactIdqunit |
Last Version | Last Version2.9.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionQUnit
WebJar for QUnit - A JavaScript Unit Testing framework
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
qunit-2.9.2.pom | |
qunit-2.9.2.jar | 20 KB |
qunit-2.9.2-sources.jar | 3 KB |
qunit-2.9.2-javadoc.jar | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/qunit/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>qunit</artifactId>
<version>2.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/qunit/
implementation 'org.webjars:qunit:2.9.2'
// https://jarcasting.com/artifacts/org.webjars/qunit/
implementation ("org.webjars:qunit:2.9.2")
'org.webjars:qunit:jar:2.9.2'
<dependency org="org.webjars" name="qunit" rev="2.9.2">
<artifact name="qunit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='qunit', version='2.9.2')
)
libraryDependencies += "org.webjars" % "qunit" % "2.9.2"
[org.webjars/qunit "2.9.2"]
WebJar for QUnit
More info: http://webjars.org
Upstream: http://qunitjs.com/