License |
License |
---|---|
GroupId | GroupIdorg.webjars |
ArtifactId | ArtifactIdshould.js |
Version | Version5.0.0 |
Type | Typejar |
Description |
Descriptionshould.js
WebJar for should.js
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
should.js-5.0.0.pom | |
should.js-5.0.0.jar | 30 KB |
should.js-5.0.0-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/should.js/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>should.js</artifactId>
<version>5.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/should.js/
implementation 'org.webjars:should.js:5.0.0'
// https://jarcasting.com/artifacts/org.webjars/should.js/
implementation ("org.webjars:should.js:5.0.0")
'org.webjars:should.js:jar:5.0.0'
<dependency org="org.webjars" name="should.js" rev="5.0.0">
<artifact name="should.js" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='should.js', version='5.0.0')
)
libraryDependencies += "org.webjars" % "should.js" % "5.0.0"
[org.webjars/should.js "5.0.0"]