Provides compatibility between Scala and Java 8 features, such as converting between Scala and Java collections and functions.
<dependency>
<groupId>org.scala-lang.modules</groupId>
<artifactId>scala-java8-compat_2.13</artifactId>
<version>1.0.2</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Converts a Java Stream to a Scala List using StreamConverters.
Use the correct artifact for your Scala version (e.g., scala-java8-compat_2.12 for Scala 2.12).
No dependency data recorded yet.