GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdshould |
Version | Version13.2.1 |
Type | Typejar |
Filename | Size |
---|---|
should-13.2.1.pom | |
should-13.2.1.jar | 90 KB |
should-13.2.1-sources.jar | 22 bytes |
should-13.2.1-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/should/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>should</artifactId>
<version>13.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/should/
implementation 'org.webjars.npm:should:13.2.1'
// https://jarcasting.com/artifacts/org.webjars.npm/should/
implementation ("org.webjars.npm:should:13.2.1")
'org.webjars.npm:should:jar:13.2.1'
<dependency org="org.webjars.npm" name="should" rev="13.2.1">
<artifact name="should" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='should', version='13.2.1')
)
libraryDependencies += "org.webjars.npm" % "should" % "13.2.1"
[org.webjars.npm/should "13.2.1"]