is not current version
Last Version 0.4

com.github.dzhaughnroth:jasmine-gradle-plugin 0.3

Use Jasmine to test javascript both in situ and as part of a build

Categories

Categories

Gradle Build Tools ASM Application Layer Libs Bytecode Manipulation
GroupId

GroupId

com.github.dzhaughnroth
ArtifactId

ArtifactId

jasmine-gradle-plugin
Version

Version

0.3
Type

Type

jar

Download jasmine-gradle-plugin 0.3


<!-- https://jarcasting.com/artifacts/com.github.dzhaughnroth/jasmine-gradle-plugin/ -->
<dependency>
    <groupId>com.github.dzhaughnroth</groupId>
    <artifactId>jasmine-gradle-plugin</artifactId>
    <version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dzhaughnroth/jasmine-gradle-plugin/
implementation 'com.github.dzhaughnroth:jasmine-gradle-plugin:0.3'
// https://jarcasting.com/artifacts/com.github.dzhaughnroth/jasmine-gradle-plugin/
implementation ("com.github.dzhaughnroth:jasmine-gradle-plugin:0.3")
'com.github.dzhaughnroth:jasmine-gradle-plugin:jar:0.3'
<dependency org="com.github.dzhaughnroth" name="jasmine-gradle-plugin" rev="0.3">
  <artifact name="jasmine-gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dzhaughnroth', module='jasmine-gradle-plugin', version='0.3')
)
libraryDependencies += "com.github.dzhaughnroth" % "jasmine-gradle-plugin" % "0.3"
[com.github.dzhaughnroth/jasmine-gradle-plugin "0.3"]