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-annotation 0.2.0


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

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

Mill build tool

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

Scala CLI

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

Ammonite REPL

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

<dependency>
  <groupId>com.eed3si9n.ifdef</groupId>
  <artifactId>ifdef-annotation_2.13</artifactId>
  <version>0.2.0</version>
</dependency>

compile group: 'com.eed3si9n.ifdef', name: 'ifdef-annotation_2.13', version: '0.2.0'