How to install the Java artifact org.scala-native.util_2.12 with Maven
Java
Maven
pom.xml
org.scala-native
util_2.12
Add the following lines to your pom.xml within the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>org.scala-native</groupId>
<artifactId>util_2.12</artifactId>
<version>0.4.0-M2</version>
</dependency>
/dependencies>