License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.github.kjens93.actions.toolkit |
ArtifactId | ArtifactIdactions-toolkit-java |
Version | Version1.1.12 |
Type | Typepom |
Description |
DescriptionActions Toolkit for Java
The GitHub ToolKit for developing GitHub Actions in Java
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
actions-toolkit-java-1.1.12.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.kjens93.actions.toolkit/actions-toolkit-java/ -->
<dependency>
<groupId>com.github.kjens93.actions.toolkit</groupId>
<artifactId>actions-toolkit-java</artifactId>
<version>1.1.12</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.kjens93.actions.toolkit/actions-toolkit-java/
implementation 'com.github.kjens93.actions.toolkit:actions-toolkit-java:1.1.12'
// https://jarcasting.com/artifacts/com.github.kjens93.actions.toolkit/actions-toolkit-java/
implementation ("com.github.kjens93.actions.toolkit:actions-toolkit-java:1.1.12")
'com.github.kjens93.actions.toolkit:actions-toolkit-java:pom:1.1.12'
<dependency org="com.github.kjens93.actions.toolkit" name="actions-toolkit-java" rev="1.1.12">
<artifact name="actions-toolkit-java" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.kjens93.actions.toolkit', module='actions-toolkit-java', version='1.1.12')
)
libraryDependencies += "com.github.kjens93.actions.toolkit" % "actions-toolkit-java" % "1.1.12"
[com.github.kjens93.actions.toolkit/actions-toolkit-java "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 |