Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdjasmine-jquery |
Version | Version2.1.0 |
Type | Typejar |
Filename | Size |
---|---|
jasmine-jquery-2.1.0.pom | |
jasmine-jquery-2.1.0.jar | 102 KB |
jasmine-jquery-2.1.0-sources.jar | 22 bytes |
jasmine-jquery-2.1.0-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/jasmine-jquery/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>jasmine-jquery</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/jasmine-jquery/
implementation 'org.webjars.npm:jasmine-jquery:2.1.0'
// https://jarcasting.com/artifacts/org.webjars.npm/jasmine-jquery/
implementation ("org.webjars.npm:jasmine-jquery:2.1.0")
'org.webjars.npm:jasmine-jquery:jar:2.1.0'
<dependency org="org.webjars.npm" name="jasmine-jquery" rev="2.1.0">
<artifact name="jasmine-jquery" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='jasmine-jquery', version='2.1.0')
)
libraryDependencies += "org.webjars.npm" % "jasmine-jquery" % "2.1.0"
[org.webjars.npm/jasmine-jquery "2.1.0"]