u

use-plugin

A compiler plugin that provides checks to ensure that function calls are in scope at build time.
https://github.com/Ischca/InScope
The Apache License, Version 2.0
Ischca
Files download
File Operation
use-plugin-0.0.4.jar download
use-plugin-0.0.4.pom download
use-plugin-0.0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.ischca</groupId>
  <artifactId>use-plugin</artifactId>
  <version>0.0.4</version>
</dependency>
Gradle Groovy
implementation 'io.github.ischca:use-plugin:0.0.4'
Gradle Kotlin
implementation("io.github.ischca:use-plugin:0.0.4")
Scala SBT
libraryDependencies += "io.github.ischca" % "use-plugin" % "0.0.4"
Groovy Grape
@Grapes(
  @Grab(group='io.github.ischca', module='use-plugin', version='0.0.4')
)
Apache Ivy
<dependency org="io.github.ischca" name="use-plugin" rev="0.0.4" />
Leiningen
[io.github.ischca/use-plugin "0.0.4"]
Apache Buildr
'io.github.ischca:use-plugin:jar:0.0.4'