MVN

io.github.kyay10.kotlin-all-static : io.github.kyay10.kotlin-all-static.gradle.plugin

Maven & Gradle

Oct 16, 2022
2 stars

Kotlin All Static compiler plugin · A Kotlin compiler plugin that automatically makes every function/property inside an object static

<dependency>
    <groupId>io.github.kyay10.kotlin-all-static</groupId>
    <artifactId>io.github.kyay10.kotlin-all-static.gradle.plugin</artifactId>
    <version>0.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.kyay10.kotlin-all-static : io.github.kyay10.kotlin-all-static.gradle.plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.1.1

All Versions

Choose a version of io.github.kyay10.kotlin-all-static : io.github.kyay10.kotlin-all-static.gradle.plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1.x
io.github.kyay10.kotlin-all-static.gradle.plugin-0.1.1
io.github.kyay10.kotlin-all-static.gradle.plugin-0.1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.github.kyay10.kotlin-all-static</groupId>
    <artifactId>io.github.kyay10.kotlin-all-static.gradle.plugin</artifactId>
    <version>0.1.1</version>
</dependency>