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