tpolecat / typename   1.1.0

MIT License GitHub

Get the name of a type at compile-time. Amaze your friends!

Scala versions: 3.x 2.13 2.12
Scala.js versions: 1.x
Scala Native versions: 0.4

typename 1.0.0


Group ID:
org.tpolecat
Artifact ID:
typename_2.13
Version:
1.0.0
Release Date:
May 13, 2021
Licenses:
MIT
Files:

libraryDependencies += "org.tpolecat" %% "typename" % "1.0.0"

Mill build tool

ivy"org.tpolecat::typename:1.0.0"

Scala CLI

//> using dep "org.tpolecat::typename:1.0.0"

Ammonite REPL

import $ivy.`org.tpolecat::typename:1.0.0`

<dependency>
  <groupId>org.tpolecat</groupId>
  <artifactId>typename_2.13</artifactId>
  <version>1.0.0</version>
</dependency>

compile group: 'org.tpolecat', name: 'typename_2.13', version: '1.0.0'