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