com-lihaoyi / sourcecode   0.3.1

GitHub

Scala library providing "source" metadata to your program, similar to Python's __name__, C++'s __LINE__ or Ruby's __FILE__.

Scala versions: 3.x 2.13 2.12 2.11 2.10
Scala.js versions: 1.x 0.6
Scala Native versions: 0.4 0.3

sourcecode 0.2.8


Group ID:
com.lihaoyi
Artifact ID:
sourcecode_3
Version:
0.2.8
Release Date:
Jan 24, 2022
Licenses:
MIT
Files:

libraryDependencies += "com.lihaoyi" %% "sourcecode" % "0.2.8"

Mill build tool

ivy"com.lihaoyi::sourcecode:0.2.8"

Scala CLI

//> using dep "com.lihaoyi::sourcecode:0.2.8"

Ammonite REPL

import $ivy.`com.lihaoyi::sourcecode:0.2.8`

<dependency>
  <groupId>com.lihaoyi</groupId>
  <artifactId>sourcecode_3</artifactId>
  <version>0.2.8</version>
</dependency>

compile group: 'com.lihaoyi', name: 'sourcecode_3', version: '0.2.8'