| License |
License
The MIT License
|
|---|---|
| GroupId | GroupIdcom.corezoid.gitcall |
| ArtifactId | ArtifactIdrunner |
| Last Version | Last Version0.1.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCorezoid Gitcall-v2 Java Core Library
Minimal set of interface definitions for Java support in Corezoid Gitcall-v2
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| runner-0.1.4.pom | |
| runner-0.1.4.jar | 3 KB |
| runner-0.1.4-sources.jar | 1 KB |
| runner-0.1.4-javadoc.jar | 108 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.corezoid.gitcall/runner/ -->
<dependency>
<groupId>com.corezoid.gitcall</groupId>
<artifactId>runner</artifactId>
<version>0.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.corezoid.gitcall/runner/
implementation 'com.corezoid.gitcall:runner:0.1.4'
// https://jarcasting.com/artifacts/com.corezoid.gitcall/runner/
implementation ("com.corezoid.gitcall:runner:0.1.4")
'com.corezoid.gitcall:runner:jar:0.1.4'
<dependency org="com.corezoid.gitcall" name="runner" rev="0.1.4">
<artifact name="runner" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.corezoid.gitcall', module='runner', version='0.1.4')
)
libraryDependencies += "com.corezoid.gitcall" % "runner" % "0.1.4"
[com.corezoid.gitcall/runner "0.1.4"]