eed3si9n / ifdef   0.2.0

Apache License 2.0 GitHub

`@ifdef` is an annotation that implements conditional compilation in Scala

Scala versions: 3.x 2.13 2.12
sbt plugins: 1.0

ifdef-plugin 0.2.0


Group ID:
com.eed3si9n.ifdef
Artifact ID:
ifdef-plugin_2.12
Version:
0.2.0
Release Date:
Oct 15, 2023
Licenses:
Files:

libraryDependencies += "com.eed3si9n.ifdef" %% "ifdef-plugin" % "0.2.0"

Mill build tool

ivy"com.eed3si9n.ifdef::ifdef-plugin:0.2.0"

Scala CLI

//> using dep "com.eed3si9n.ifdef::ifdef-plugin:0.2.0"

Ammonite REPL

import $ivy.`com.eed3si9n.ifdef::ifdef-plugin:0.2.0`

<dependency>
  <groupId>com.eed3si9n.ifdef</groupId>
  <artifactId>ifdef-plugin_2.12</artifactId>
  <version>0.2.0</version>
</dependency>

compile group: 'com.eed3si9n.ifdef', name: 'ifdef-plugin_2.12', version: '0.2.0'