is not current version
Last Version 1.1.12

com.github.kjens93.actions.toolkit:actions-toolkit-java 1.0.0

The GitHub ToolKit for developing GitHub Actions in Java

Categories

Categories

Java Languages
GroupId

GroupId

com.github.kjens93.actions.toolkit
ArtifactId

ArtifactId

actions-toolkit-java
Version

Version

1.0.0
Type

Type

pom

Download actions-toolkit-java 1.0.0


<!-- 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.0.0</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.0.0'
// https://jarcasting.com/artifacts/com.github.kjens93.actions.toolkit/actions-toolkit-java/
implementation ("com.github.kjens93.actions.toolkit:actions-toolkit-java:1.0.0")
'com.github.kjens93.actions.toolkit:actions-toolkit-java:pom:1.0.0'
<dependency org="com.github.kjens93.actions.toolkit" name="actions-toolkit-java" rev="1.0.0">
  <artifact name="actions-toolkit-java" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.kjens93.actions.toolkit', module='actions-toolkit-java', version='1.0.0')
)
libraryDependencies += "com.github.kjens93.actions.toolkit" % "actions-toolkit-java" % "1.0.0"
[com.github.kjens93.actions.toolkit/actions-toolkit-java "1.0.0"]