MVN

io.github.nefilim.gradle : github-actions-generator-plugin

Maven & Gradle

Mar 24, 2022
1 usages
0 stars

github-actions-generator-plugin · Github Actions Workflow Generator Plugin

<dependency>
    <groupId>io.github.nefilim.gradle</groupId>
    <artifactId>github-actions-generator-plugin</artifactId>
    <version>io.github.nefilim.gradle.github-actions-generator-plugin.gradle.plugin</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.nefilim.gradle : github-actions-generator-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: io.github.nefilim.gradle.github-actions-generator-plugin.gradle.plugin

All Versions

Choose a version of io.github.nefilim.gradle : github-actions-generator-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
github-actions-generator-plugin-0.3.1
github-actions-generator-plugin-0.3.0
0.2.x
github-actions-generator-plugin-0.2.3
github-actions-generator-plugin-0.2.2
github-actions-generator-plugin-0.2.1
github-actions-generator-plugin-0.2.0
io.github.x
github-actions-generator-plugin-io.github.nefilim.gradle.github-actions-generator-plugin.gradle.plugin
0.0.x
github-actions-generator-plugin-0.0.6
github-actions-generator-plugin-0.0.5
github-actions-generator-plugin-0.0.4

How to add a dependency to Maven

Add the following io.github.nefilim.gradle : github-actions-generator-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.nefilim.gradle</groupId>
    <artifactId>github-actions-generator-plugin</artifactId>
    <version>io.github.nefilim.gradle.github-actions-generator-plugin.gradle.plugin</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.nefilim.gradle : github-actions-generator-plugin gradle dependency to your build.gradle file:

implementation 'io.github.nefilim.gradle:github-actions-generator-plugin:io.github.nefilim.gradle.github-actions-generator-plugin.gradle.plugin'

Gradle Kotlin DSL: Add the following io.github.nefilim.gradle : github-actions-generator-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.nefilim.gradle:github-actions-generator-plugin:io.github.nefilim.gradle.github-actions-generator-plugin.gradle.plugin")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.nefilim.gradle : github-actions-generator-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.nefilim.gradle" % "github-actions-generator-plugin" % "io.github.nefilim.gradle.github-actions-generator-plugin.gradle.plugin"