MVN

io.github.typesafegithub : github-workflows-kt

Maven & Gradle

Aug 17, 2023
485 stars

github-workflows-kt · Authoring GitHub Actions workflows in Kotlin.

<dependency>
    <groupId>io.github.typesafegithub</groupId>
    <artifactId>github-workflows-kt</artifactId>
    <version>0.50.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.typesafegithub : github-workflows-kt to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.50.0

All Versions

Choose a version of io.github.typesafegithub : github-workflows-kt to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.50.x
github-workflows-kt-0.50.0
0.49.x
github-workflows-kt-0.49.0
0.48.x
github-workflows-kt-0.48.0
0.47.x
github-workflows-kt-0.47.0
0.46.x
github-workflows-kt-0.46.0
0.45.x
github-workflows-kt-0.45.0
0.44.x
github-workflows-kt-0.44.0
0.43.x
github-workflows-kt-0.43.0
0.42.x
github-workflows-kt-0.42.0
0.41.x
github-workflows-kt-0.41.0
0.40.x
github-workflows-kt-0.40.1

How to add a dependency to Maven

Add the following io.github.typesafegithub : github-workflows-kt maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.typesafegithub</groupId>
    <artifactId>github-workflows-kt</artifactId>
    <version>0.50.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.typesafegithub : github-workflows-kt gradle dependency to your build.gradle file:

implementation 'io.github.typesafegithub:github-workflows-kt:0.50.0'

Gradle Kotlin DSL: Add the following io.github.typesafegithub : github-workflows-kt gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.typesafegithub:github-workflows-kt:0.50.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.typesafegithub : github-workflows-kt sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.typesafegithub" % "github-workflows-kt" % "0.50.0"