Last Version

Actions Toolkit for Java 1.1.12

The GitHub ToolKit for developing GitHub Actions in Java

License

License

MIT
Categories

Categories

Java Languages
GroupId

GroupId

com.github.kjens93.actions.toolkit
ArtifactId

ArtifactId

actions-toolkit-java
Version

Version

1.1.12
Type

Type

pom
Description

Description

Actions Toolkit for Java
The GitHub ToolKit for developing GitHub Actions in Java
Project URL

Project URL

https://github.com/Kjens93/actions-toolkit-java
Project Organization

Project Organization

com.github.Kjens93
Source Code Management

Source Code Management

https://github.com/Kjens93/actions-toolkit-java

Download actions-toolkit-java 1.1.12


<!-- 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"]

Dependencies

compile (2)

Group / Artifact Type Version
org.projectlombok : lombok Optional jar 1.18.16
org.apache.commons : commons-lang3 jar 3.11

test (3)

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

Project Modules

  • actions-toolkit-core