Registry / utility / portable-scala-reflect-2-13

portable-scala-reflect-2-13

JSON →
library1.1.3javamavenunverified

Cross-compilation support for Scala reflection across Scala versions.

<dependency> <groupId>org.portable-scala</groupId> <artifactId>portable-scala-reflect_2.13</artifactId> <version>1.1.3</version> </dependency>
INSTALL
IMPORT
SIG · PORTABLE-SCALA-REF
P
portable-scala-reflect-2-13
utilityjavav1.1.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

universe
scala.reflect.runtime.universe

Basic usage of Scala runtime reflection.

import scala.reflect.runtime.universe._ val mirror = runtimeMirror(getClass.getClassLoader) val classSymbol = mirror.staticClass("com.example.MyClass")
Debug
Known issues
breakingScala 2.13 specific artifact; not compatible with Scala 2.12 or 3.x.
fix
Use the correct artifact for your Scala version (e.g., portable-scala-reflect_2.12).
affects: all
Upgrade
Version history
1.1.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
portable-scala-reflect-2-13 — mvn dependency:get portable-scala-reflect-2-13 · libregistry