文件下载
文件名 操作
junit-plugin_3.3.1-0.5.0-RC2.jar 下载
junit-plugin_3.3.1-0.5.0-RC2.pom 下载
junit-plugin_3.3.1-0.5.0-RC2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.scala-native</groupId>
  <artifactId>junit-plugin_3.3.1</artifactId>
  <version>0.5.0-RC2</version>
</dependency>
Gradle Groovy
implementation 'org.scala-native:junit-plugin_3.3.1:0.5.0-RC2'
Gradle Kotlin
implementation("org.scala-native:junit-plugin_3.3.1:0.5.0-RC2")
Scala SBT
libraryDependencies += "org.scala-native" % "junit-plugin_3.3.1" % "0.5.0-RC2"
Groovy Grape
@Grapes(
  @Grab(group='org.scala-native', module='junit-plugin_3.3.1', version='0.5.0-RC2')
)
Apache Ivy
<dependency org="org.scala-native" name="junit-plugin_3.3.1" rev="0.5.0-RC2" />
Leiningen
[org.scala-native/junit-plugin_3.3.1 "0.5.0-RC2"]
Apache Buildr
'org.scala-native:junit-plugin_3.3.1:jar:0.5.0-RC2'