is not current version
Last Version 0.4.4

org.scala-native:tools_2.12 0.4.0-M2

Scala Native tools

Categories

Categories

Scala Languages Native Development Tools
GroupId

GroupId

org.scala-native
ArtifactId

ArtifactId

tools_2.12
Version

Version

0.4.0-M2
Type

Type

jar

Download tools_2.12 0.4.0-M2


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