MVN

app.softwork.kotlin.actions : app.softwork.kotlin.actions.gradle.plugin

Maven & Gradle

May 03, 2024
4 stars

Gradle plugin to generate Kotlin entrypoints for GitHub actions.yml · Gradle plugin to generate Kotlin entrypoints for GitHub actions.yml

<dependency>
    <groupId>app.softwork.kotlin.actions</groupId>
    <artifactId>app.softwork.kotlin.actions.gradle.plugin</artifactId>
    <version>0.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of app.softwork.kotlin.actions : app.softwork.kotlin.actions.gradle.plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.0.1

All Versions

Choose a version of app.softwork.kotlin.actions : app.softwork.kotlin.actions.gradle.plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
app.softwork.kotlin.actions.gradle.plugin-0.0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>app.softwork.kotlin.actions</groupId>
    <artifactId>app.softwork.kotlin.actions.gradle.plugin</artifactId>
    <version>0.0.1</version>
</dependency>