RequireNamedArgument

Enforce named arguments usage for callers of a function through a Kotlin Compiler Plugin.

License

License

Categories

Categories

Gradle Build Tools Github Development Tools Version Controls
GroupId

GroupId

io.github.chao2zhang.rna
ArtifactId

ArtifactId

io.github.chao2zhang.rna.gradle.plugin
Last Version

Last Version

0.3.0
Release Date

Release Date

Type

Type

pom
Description

Description

RequireNamedArgument
Enforce named arguments usage for callers of a function through a Kotlin Compiler Plugin.
Project URL

Project URL

https://github.com/chao2zhang/RequireNamedArgument
Source Code Management

Source Code Management

https://github.com/chao2zhang/RequireNamedArgument

Download io.github.chao2zhang.rna.gradle.plugin

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.chao2zhang.rna/io.github.chao2zhang.rna.gradle.plugin/ -->
<dependency>
    <groupId>io.github.chao2zhang.rna</groupId>
    <artifactId>io.github.chao2zhang.rna.gradle.plugin</artifactId>
    <version>0.3.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.chao2zhang.rna/io.github.chao2zhang.rna.gradle.plugin/
implementation 'io.github.chao2zhang.rna:io.github.chao2zhang.rna.gradle.plugin:0.3.0'
// https://jarcasting.com/artifacts/io.github.chao2zhang.rna/io.github.chao2zhang.rna.gradle.plugin/
implementation ("io.github.chao2zhang.rna:io.github.chao2zhang.rna.gradle.plugin:0.3.0")
'io.github.chao2zhang.rna:io.github.chao2zhang.rna.gradle.plugin:pom:0.3.0'
<dependency org="io.github.chao2zhang.rna" name="io.github.chao2zhang.rna.gradle.plugin" rev="0.3.0">
  <artifact name="io.github.chao2zhang.rna.gradle.plugin" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.chao2zhang.rna', module='io.github.chao2zhang.rna.gradle.plugin', version='0.3.0')
)
libraryDependencies += "io.github.chao2zhang.rna" % "io.github.chao2zhang.rna.gradle.plugin" % "0.3.0"
[io.github.chao2zhang.rna/io.github.chao2zhang.rna.gradle.plugin "0.3.0"]

Dependencies

compile (1)

Group / Artifact Type Version
io.github.chao2zhang : rna-gradle-plugin jar 0.3.0

Project Modules

There are no modules declared in this project.

Versions

Version
0.3.0
0.2.0
0.1.0