Skip to content

Getting Started

Julien edited this page Feb 16, 2022 · 1 revision

Installation

Java DSL

Maven:

<dependency>
	<groupId>me.julb</groupId>
	<artifactId>sdk-github-actions</artifactId>
	<version>1.0.0</groupId>
</dependency>

Gradle:

implementation 'me.julb:sdk-github-actions:1.0.0'

Documentation

When you've successfully downloaded and configured the library in your classpath please refer to the usage guide for examples.

Clone this wiki locally