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.1.0


Group ID:
com.lihaoyi
Artifact ID:
sourcecode_2.11
Version:
0.1.0
Release Date:
Jan 26, 2016
Licenses:
MIT
Files:

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

Mill build tool

ivy"com.lihaoyi::sourcecode:0.1.0"

Scala CLI

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

Ammonite REPL

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

<dependency>
  <groupId>com.lihaoyi</groupId>
  <artifactId>sourcecode_2.11</artifactId>
  <version>0.1.0</version>
</dependency>

compile group: 'com.lihaoyi', name: 'sourcecode_2.11', version: '0.1.0'