MVN

it.krzeminski : github-actions-kotlin-dsl

Maven & Gradle

Mar 31, 2023
482 stars

github-actions-kotlin-dsl · Authoring GitHub Actions workflows in Kotlin.

<dependency>
    <groupId>it.krzeminski</groupId>
    <artifactId>github-actions-kotlin-dsl</artifactId>
    <version>0.40.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of it.krzeminski : github-actions-kotlin-dsl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.40.0

All Versions

Choose a version of it.krzeminski : github-actions-kotlin-dsl to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.40.x
github-actions-kotlin-dsl-0.40.0
0.39.x
github-actions-kotlin-dsl-0.39.0
0.38.x
github-actions-kotlin-dsl-0.38.0
0.37.x
github-actions-kotlin-dsl-0.37.0
0.36.x
github-actions-kotlin-dsl-0.36.0
0.35.x
github-actions-kotlin-dsl-0.35.0
0.34.x
github-actions-kotlin-dsl-0.34.2
github-actions-kotlin-dsl-0.34.1
github-actions-kotlin-dsl-0.34.0
0.33.x
github-actions-kotlin-dsl-0.33.0
0.32.x
github-actions-kotlin-dsl-0.32.0
0.31.x
github-actions-kotlin-dsl-0.31.0
0.30.x
github-actions-kotlin-dsl-0.30.0
0.29.x
github-actions-kotlin-dsl-0.29.0
0.28.x
github-actions-kotlin-dsl-0.28.0
0.27.x
github-actions-kotlin-dsl-0.27.0
0.26.x
github-actions-kotlin-dsl-0.26.0
0.25.x
github-actions-kotlin-dsl-0.25.0
0.24.x
github-actions-kotlin-dsl-0.24.0
0.23.x
github-actions-kotlin-dsl-0.23.0
0.22.x
github-actions-kotlin-dsl-0.22.0
0.21.x
github-actions-kotlin-dsl-0.21.0
0.20.x
github-actions-kotlin-dsl-0.20.0
0.19.x
github-actions-kotlin-dsl-0.19.0
0.18.x
github-actions-kotlin-dsl-0.18.0
0.17.x
github-actions-kotlin-dsl-0.17.0
0.16.x
github-actions-kotlin-dsl-0.16.0
0.15.x
github-actions-kotlin-dsl-0.15.0
0.14.x
github-actions-kotlin-dsl-0.14.0
0.13.x
github-actions-kotlin-dsl-0.13.0
0.12.x
github-actions-kotlin-dsl-0.12.0
0.11.x
github-actions-kotlin-dsl-0.11.0
0.10.x
github-actions-kotlin-dsl-0.10.0
0.9.x
github-actions-kotlin-dsl-0.9.0
0.8.x
github-actions-kotlin-dsl-0.8.0
0.7.x
github-actions-kotlin-dsl-0.7.0
0.6.x
github-actions-kotlin-dsl-0.6.1
github-actions-kotlin-dsl-0.6.0
0.5.x
github-actions-kotlin-dsl-0.5.0
0.4.x
github-actions-kotlin-dsl-0.4.1
github-actions-kotlin-dsl-0.4.0
0.3.x
github-actions-kotlin-dsl-0.3.0
0.2.x
github-actions-kotlin-dsl-0.2.0
0.1.x
github-actions-kotlin-dsl-0.1.0

How to add a dependency to Maven

Add the following it.krzeminski : github-actions-kotlin-dsl maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>it.krzeminski</groupId>
    <artifactId>github-actions-kotlin-dsl</artifactId>
    <version>0.40.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following it.krzeminski : github-actions-kotlin-dsl gradle dependency to your build.gradle file:

implementation 'it.krzeminski:github-actions-kotlin-dsl:0.40.0'

Gradle Kotlin DSL: Add the following it.krzeminski : github-actions-kotlin-dsl gradle kotlin dependency to your build.gradle.kts file:

implementation("it.krzeminski:github-actions-kotlin-dsl:0.40.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following it.krzeminski : github-actions-kotlin-dsl sbt scala dependency to your build.sbt file:

libraryDependencies += "it.krzeminski" % "github-actions-kotlin-dsl" % "0.40.0"

Advertisement