License |
License |
---|---|
Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
GroupId | GroupIdcom.github.akiellor.jasmine |
ArtifactId | ArtifactIdjasmine |
Last Version | Last Version0.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjasmine
A jasmine runner using the dynjs javascript runtime
|
Project URL |
Project URL |
Filename | Size |
---|---|
jasmine-0.0.3.pom | |
jasmine-0.0.3.jar | 31 KB |
jasmine-0.0.3-sources.jar | 26 KB |
jasmine-0.0.3-javadoc.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.akiellor.jasmine/jasmine/ -->
<dependency>
<groupId>com.github.akiellor.jasmine</groupId>
<artifactId>jasmine</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.akiellor.jasmine/jasmine/
implementation 'com.github.akiellor.jasmine:jasmine:0.0.3'
// https://jarcasting.com/artifacts/com.github.akiellor.jasmine/jasmine/
implementation ("com.github.akiellor.jasmine:jasmine:0.0.3")
'com.github.akiellor.jasmine:jasmine:jar:0.0.3'
<dependency org="com.github.akiellor.jasmine" name="jasmine" rev="0.0.3">
<artifact name="jasmine" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.akiellor.jasmine', module='jasmine', version='0.0.3')
)
libraryDependencies += "com.github.akiellor.jasmine" % "jasmine" % "0.0.3"
[com.github.akiellor.jasmine/jasmine "0.0.3"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 11.0.2 |
args4j : args4j | jar | 2.0.25 |
org.projectodd.rephract : rephract | jar | 1.0.1-SNAPSHOT |
org.dynjs : dynjs | jar | 0.1.2-SNAPSHOT |
Group / Artifact | Type | Version |
---|---|---|
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 |