is not current version
Last Version 0.4.4

org.scala-native:junit-plugin_3.1.1 0.4.3-RC1

junit-plugin

Categories

Categories

Scala Languages JUnit Unit Testing Native Development Tools
GroupId

GroupId

org.scala-native
ArtifactId

ArtifactId

junit-plugin_3.1.1
Version

Version

0.4.3-RC1
Type

Type

jar

Download junit-plugin_3.1.1 0.4.3-RC1


<!-- https://jarcasting.com/artifacts/org.scala-native/junit-plugin_3.1.1/ -->
<dependency>
    <groupId>org.scala-native</groupId>
    <artifactId>junit-plugin_3.1.1</artifactId>
    <version>0.4.3-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.scala-native/junit-plugin_3.1.1/
implementation 'org.scala-native:junit-plugin_3.1.1:0.4.3-RC1'
// https://jarcasting.com/artifacts/org.scala-native/junit-plugin_3.1.1/
implementation ("org.scala-native:junit-plugin_3.1.1:0.4.3-RC1")
'org.scala-native:junit-plugin_3.1.1:jar:0.4.3-RC1'
<dependency org="org.scala-native" name="junit-plugin_3.1.1" rev="0.4.3-RC1">
  <artifact name="junit-plugin_3.1.1" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.scala-native', module='junit-plugin_3.1.1', version='0.4.3-RC1')
)
libraryDependencies += "org.scala-native" % "junit-plugin_3.1.1" % "0.4.3-RC1"
[org.scala-native/junit-plugin_3.1.1 "0.4.3-RC1"]