License |
License |
---|---|
Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
GroupId | GroupIdorg.webjars |
ArtifactId | ArtifactIdjasmine |
Last Version | Last Version2.5.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJasmine
WebJar for Jasmine
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jasmine-2.5.0.pom | |
jasmine-2.5.0.jar | 24 KB |
jasmine-2.5.0-javadoc.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/jasmine/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>jasmine</artifactId>
<version>2.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/jasmine/
implementation 'org.webjars:jasmine:2.5.0'
// https://jarcasting.com/artifacts/org.webjars/jasmine/
implementation ("org.webjars:jasmine:2.5.0")
'org.webjars:jasmine:jar:2.5.0'
<dependency org="org.webjars" name="jasmine" rev="2.5.0">
<artifact name="jasmine" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='jasmine', version='2.5.0')
)
libraryDependencies += "org.webjars" % "jasmine" % "2.5.0"
[org.webjars/jasmine "2.5.0"]