thoughtworksinc / enableif.scala   1.2.0

Apache License 2.0 GitHub

A library that toggles Scala code at compile-time, like #if in C/C++

Scala versions: 2.13 2.12 2.11 2.10

enableif 1.1.7+69-ca2f9d86


Group ID:
com.thoughtworks.enableIf
Artifact ID:
enableif_2.12
Version:
1.1.7+69-ca2f9d86
Release Date:
Mar 21, 2022
Licenses:
Files:

libraryDependencies += "com.thoughtworks.enableIf" %% "enableif" % "1.1.7+69-ca2f9d86"

Mill build tool

ivy"com.thoughtworks.enableIf::enableif:1.1.7+69-ca2f9d86"

Scala CLI

//> using dep "com.thoughtworks.enableIf::enableif:1.1.7+69-ca2f9d86"

Ammonite REPL

import $ivy.`com.thoughtworks.enableIf::enableif:1.1.7+69-ca2f9d86`

<dependency>
  <groupId>com.thoughtworks.enableIf</groupId>
  <artifactId>enableif_2.12</artifactId>
  <version>1.1.7+69-ca2f9d86</version>
</dependency>

compile group: 'com.thoughtworks.enableIf', name: 'enableif_2.12', version: '1.1.7+69-ca2f9d86'