| License |
License |
|---|---|
| Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
| GroupId | GroupIdcom.github.akiellor.jasmine |
| ArtifactId | ArtifactIdjasmine-core |
| Last Version | Last Version0.0.12 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjasmine-core
A jasmine runner using the dynjs javascript runtime
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| jasmine-core-0.0.12.pom | |
| jasmine-core-0.0.12.jar | 32 KB |
| jasmine-core-0.0.12-sources.jar | 27 KB |
| jasmine-core-0.0.12-javadoc.jar | 46 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.akiellor.jasmine/jasmine-core/ -->
<dependency>
<groupId>com.github.akiellor.jasmine</groupId>
<artifactId>jasmine-core</artifactId>
<version>0.0.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.akiellor.jasmine/jasmine-core/
implementation 'com.github.akiellor.jasmine:jasmine-core:0.0.12'
// https://jarcasting.com/artifacts/com.github.akiellor.jasmine/jasmine-core/
implementation ("com.github.akiellor.jasmine:jasmine-core:0.0.12")
'com.github.akiellor.jasmine:jasmine-core:jar:0.0.12'
<dependency org="com.github.akiellor.jasmine" name="jasmine-core" rev="0.0.12">
<artifact name="jasmine-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.akiellor.jasmine', module='jasmine-core', version='0.0.12')
)
libraryDependencies += "com.github.akiellor.jasmine" % "jasmine-core" % "0.0.12"
[com.github.akiellor.jasmine/jasmine-core "0.0.12"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | 11.0.2 |
| org.dynjs : dynjs | jar | 0.2.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.akiellor.jasmine : testing | jar | 0.0.12 |
| junit : junit-dep | jar | 4.11 |
| org.mockito : mockito-all | jar | 1.9.5 |
| org.javafunk.funk : funk-core | jar | 0.1.22 |
| org.easytesting : fest | jar | 1.0.16 |