License |
License |
---|---|
GroupId | GroupIdcom.github.kjens93.actions.toolkit |
ArtifactId | ArtifactIdactions-toolkit-core |
Last Version | Last Version1.1.12 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThe GitHub ToolKit for developing GitHub Actions in Java
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.github.kjens93.actions.toolkit/actions-toolkit-core/ -->
<dependency>
<groupId>com.github.kjens93.actions.toolkit</groupId>
<artifactId>actions-toolkit-core</artifactId>
<version>1.1.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kjens93.actions.toolkit/actions-toolkit-core/
implementation 'com.github.kjens93.actions.toolkit:actions-toolkit-core:1.1.12'
// https://jarcasting.com/artifacts/com.github.kjens93.actions.toolkit/actions-toolkit-core/
implementation ("com.github.kjens93.actions.toolkit:actions-toolkit-core:1.1.12")
'com.github.kjens93.actions.toolkit:actions-toolkit-core:jar:1.1.12'
<dependency org="com.github.kjens93.actions.toolkit" name="actions-toolkit-core" rev="1.1.12">
<artifact name="actions-toolkit-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kjens93.actions.toolkit', module='actions-toolkit-core', version='1.1.12')
)
libraryDependencies += "com.github.kjens93.actions.toolkit" % "actions-toolkit-core" % "1.1.12"
[com.github.kjens93.actions.toolkit/actions-toolkit-core "1.1.12"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok Optional | jar | 1.18.16 |
org.apache.commons : commons-lang3 | jar | 3.11 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit Optional | jar | 4.13.1 |
org.assertj : assertj-core Optional | jar | 3.18.1 |
com.github.stefanbirkner : system-rules Optional | jar | 1.19.0 |