is not current version
Last Version 0.1.4

com.corezoid.gitcall:runner 0.1.3

Minimal set of interface definitions for Java support in Corezoid Gitcall-v2

GroupId

GroupId

com.corezoid.gitcall
ArtifactId

ArtifactId

runner
Version

Version

0.1.3
Type

Type

jar

Download runner 0.1.3


<!-- https://jarcasting.com/artifacts/com.corezoid.gitcall/runner/ -->
<dependency>
    <groupId>com.corezoid.gitcall</groupId>
    <artifactId>runner</artifactId>
    <version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.corezoid.gitcall/runner/
implementation 'com.corezoid.gitcall:runner:0.1.3'
// https://jarcasting.com/artifacts/com.corezoid.gitcall/runner/
implementation ("com.corezoid.gitcall:runner:0.1.3")
'com.corezoid.gitcall:runner:jar:0.1.3'
<dependency org="com.corezoid.gitcall" name="runner" rev="0.1.3">
  <artifact name="runner" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.corezoid.gitcall', module='runner', version='0.1.3')
)
libraryDependencies += "com.corezoid.gitcall" % "runner" % "0.1.3"
[com.corezoid.gitcall/runner "0.1.3"]