Reflection Library for the Scala Programming Language providing runtime type information and metaprogramming capabilities.
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-reflect</artifactId>
<version>2.13.18</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Using Scala reflection to get the type of List[Int].
Ensure the scala-reflect version matches your Scala compiler version exactly.
No dependency data recorded yet.