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 0.1.2


Group ID:
org.tpolecat
Artifact ID:
typename_2.13
Version:
0.1.2
Release Date:
Jan 4, 2021
Licenses:
MIT
Files:

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

Mill build tool

ivy"org.tpolecat::typename:0.1.2"

Scala CLI

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

Ammonite REPL

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

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

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