j

jsunit-maven2-plugin

Project to build the JsUnit Maven 2 Plugin.
文件下载
文件名 操作
jsunit-maven2-plugin-1.3-RC1.jar 下载
jsunit-maven2-plugin-1.3-RC1.pom 下载
jsunit-maven2-plugin-1.3-RC1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>de.berlios.jsunit</groupId>
  <artifactId>jsunit-maven2-plugin</artifactId>
  <version>1.3-RC1</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'de.berlios.jsunit:jsunit-maven2-plugin:1.3-RC1'
Gradle Kotlin
implementation("de.berlios.jsunit:jsunit-maven2-plugin:1.3-RC1")
Scala SBT
libraryDependencies += "de.berlios.jsunit" % "jsunit-maven2-plugin" % "1.3-RC1"
Groovy Grape
@Grapes(
  @Grab(group='de.berlios.jsunit', module='jsunit-maven2-plugin', version='1.3-RC1')
)
Apache Ivy
<dependency org="de.berlios.jsunit" name="jsunit-maven2-plugin" rev="1.3-RC1" />
Leiningen
[de.berlios.jsunit/jsunit-maven2-plugin "1.3-RC1"]
Apache Buildr
'de.berlios.jsunit:jsunit-maven2-plugin:jar:1.3-RC1'