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

portable-scala-reflect-2-12

JSON →
library1.1.3javamavenunverified

Portable Scala Reflect provides a cross-version compatible reflection API for Scala 2.12.

<dependency> <groupId>org.portable-scala</groupId> <artifactId>portable-scala-reflect_2.12</artifactId> <version>1.1.3</version> </dependency>
INSTALL
IMPORT
SIG · PORTABLE-SCALA-REF
P
portable-scala-reflect-2-12
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.

Reflect
org.portablescala.reflect.Reflect

Loads a class using portable reflection.

import org.portablescala.reflect.Reflect object Quickstart { def main(args: Array[String]): Unit = { val cls = Reflect.classLoader.loadClass("java.lang.String") println(cls.getName) } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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