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