Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
---|---|
GroupId | GroupIdorg.webjars.bower |
ArtifactId | ArtifactIdjasmine-jquery |
Version | Version2.0.3 |
Type | Typejar |
Filename | Size |
---|---|
jasmine-jquery-2.0.3.pom | |
jasmine-jquery-2.0.3.jar | 28 KB |
jasmine-jquery-2.0.3-sources.jar | 22 bytes |
jasmine-jquery-2.0.3-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>2.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/jasmine-jquery/
implementation 'org.webjars.bower:jasmine-jquery:2.0.3'
// https://jarcasting.com/artifacts/org.webjars.bower/jasmine-jquery/
implementation ("org.webjars.bower:jasmine-jquery:2.0.3")
'org.webjars.bower:jasmine-jquery:jar:2.0.3'
<dependency org="org.webjars.bower" name="jasmine-jquery" rev="2.0.3">
<artifact name="jasmine-jquery" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='jasmine-jquery', version='2.0.3')
)
libraryDependencies += "org.webjars.bower" % "jasmine-jquery" % "2.0.3"
[org.webjars.bower/jasmine-jquery "2.0.3"]