lorandszakacs / enclosure   1.1.0

Apache License 2.0 GitHub

Scala microlibrary for getting the name of the enclosing class/object/package.

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

enclosure 1.0.0


Group ID:
com.lorandszakacs
Artifact ID:
enclosure_3
Version:
1.0.0
Release Date:
Jul 30, 2022
Licenses:
Files:

libraryDependencies += "com.lorandszakacs" %% "enclosure" % "1.0.0"

Mill build tool

ivy"com.lorandszakacs::enclosure:1.0.0"

Scala CLI

//> using dep "com.lorandszakacs::enclosure:1.0.0"

Ammonite REPL

import $ivy.`com.lorandszakacs::enclosure:1.0.0`

<dependency>
  <groupId>com.lorandszakacs</groupId>
  <artifactId>enclosure_3</artifactId>
  <version>1.0.0</version>
</dependency>

compile group: 'com.lorandszakacs', name: 'enclosure_3', version: '1.0.0'