pjfanning / scala3-reflection   1.3.1

MIT License GitHub

Scala 3 run-time reflection library

Scala versions: 3.x

scala3-reflection 1.2.0


Group ID:
com.github.pjfanning
Artifact ID:
scala3-reflection_3
Version:
1.2.0
Release Date:
Sept 16, 2022
Licenses:
MIT
Files:

libraryDependencies += "com.github.pjfanning" %% "scala3-reflection" % "1.2.0"

Mill build tool

ivy"com.github.pjfanning::scala3-reflection:1.2.0"

Scala CLI

//> using dep "com.github.pjfanning::scala3-reflection:1.2.0"

Ammonite REPL

import $ivy.`com.github.pjfanning::scala3-reflection:1.2.0`

<dependency>
  <groupId>com.github.pjfanning</groupId>
  <artifactId>scala3-reflection_3</artifactId>
  <version>1.2.0</version>
</dependency>

compile group: 'com.github.pjfanning', name: 'scala3-reflection_3', version: '1.2.0'