MVN

io.github.wtfjoke : cdk-github

Maven & Gradle

Jul 23, 2023
5 stars

io.github.wtfjoke:cdk-github · AWS CDK Construct Library to interact with GitHub's API.

<dependency>
    <groupId>io.github.wtfjoke</groupId>
    <artifactId>cdk-github</artifactId>
    <version>0.0.45</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.wtfjoke : cdk-github to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.45

All Versions

Choose a version of io.github.wtfjoke : cdk-github to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
cdk-github-0.0.45
cdk-github-0.0.44
cdk-github-0.0.43
cdk-github-0.0.42
cdk-github-0.0.41
cdk-github-0.0.40
cdk-github-0.0.39
cdk-github-0.0.38
cdk-github-0.0.37
cdk-github-0.0.36
cdk-github-0.0.35
cdk-github-0.0.34
cdk-github-0.0.33
cdk-github-0.0.32

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.wtfjoke</groupId>
    <artifactId>cdk-github</artifactId>
    <version>0.0.45</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.wtfjoke : cdk-github gradle dependency to your build.gradle file:

implementation 'io.github.wtfjoke:cdk-github:0.0.45'

Gradle Kotlin DSL: Add the following io.github.wtfjoke : cdk-github gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.wtfjoke:cdk-github:0.0.45")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.wtfjoke : cdk-github sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.wtfjoke" % "cdk-github" % "0.0.45"

Advertisement