j

jasmine-maven-plugin

A JavaScript unit test plugin that processes JavaScript sources and Jasmine specs, prepares test runner HTML files, executes Jasmine specs headlessly with HtmlUnit, and produces JUnit XML reports
https://github.com/ProggerPete/jasmine-maven-plugin
Peter Wilkinson
Files download
File Operation
jasmine-maven-plugin-1.1.2.jar download
jasmine-maven-plugin-1.1.2.pom download
jasmine-maven-plugin-1.1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>net.dynamic-tools</groupId>
  <artifactId>jasmine-maven-plugin</artifactId>
  <version>1.1.2</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'net.dynamic-tools:jasmine-maven-plugin:1.1.2'
Gradle Kotlin
implementation("net.dynamic-tools:jasmine-maven-plugin:1.1.2")
Scala SBT
libraryDependencies += "net.dynamic-tools" % "jasmine-maven-plugin" % "1.1.2"
Groovy Grape
@Grapes(
  @Grab(group='net.dynamic-tools', module='jasmine-maven-plugin', version='1.1.2')
)
Apache Ivy
<dependency org="net.dynamic-tools" name="jasmine-maven-plugin" rev="1.1.2" />
Leiningen
[net.dynamic-tools/jasmine-maven-plugin "1.1.2"]
Apache Buildr
'net.dynamic-tools:jasmine-maven-plugin:jar:1.1.2'