License |
License |
---|---|
Categories |
CategoriesGradle Build Tools ASM Application Layer Libs Bytecode Manipulation |
GroupId | GroupIdcom.github.dzhaughnroth |
ArtifactId | ArtifactIdjasmine-gradle-plugin |
Version | Version0.4 |
Type | Typejar |
Description |
DescriptionJasmine Gradle Plugin
Use Jasmine to test javascript both in situ and as part of a build
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jasmine-gradle-plugin-0.4.pom | |
jasmine-gradle-plugin-0.4.jar | 184 KB |
jasmine-gradle-plugin-0.4-sources.jar | 101 KB |
jasmine-gradle-plugin-0.4-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dzhaughnroth/jasmine-gradle-plugin/ -->
<dependency>
<groupId>com.github.dzhaughnroth</groupId>
<artifactId>jasmine-gradle-plugin</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dzhaughnroth/jasmine-gradle-plugin/
implementation 'com.github.dzhaughnroth:jasmine-gradle-plugin:0.4'
// https://jarcasting.com/artifacts/com.github.dzhaughnroth/jasmine-gradle-plugin/
implementation ("com.github.dzhaughnroth:jasmine-gradle-plugin:0.4")
'com.github.dzhaughnroth:jasmine-gradle-plugin:jar:0.4'
<dependency org="com.github.dzhaughnroth" name="jasmine-gradle-plugin" rev="0.4">
<artifact name="jasmine-gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dzhaughnroth', module='jasmine-gradle-plugin', version='0.4')
)
libraryDependencies += "com.github.dzhaughnroth" % "jasmine-gradle-plugin" % "0.4"
[com.github.dzhaughnroth/jasmine-gradle-plugin "0.4"]
Group / Artifact | Type | Version |
---|---|---|
net.sourceforge.htmlunit : htmlunit | jar | 2.8 |
junit : junit | jar | 3.8.2 |
org.codehaus.groovy : groovy | jar | 1.7.8 |