tech.justen.concord:goodwill

Goodwill is a plugin for Walmart Labs Concord. It provides a way to write tasks in Go by providing a bridge to the Java runtime over gRPC.

License

License

GroupId

GroupId

tech.justen.concord
ArtifactId

ArtifactId

goodwill
Last Version

Last Version

0.5.0
Release Date

Release Date

Type

Type

jar
Description

Description

tech.justen.concord:goodwill
Goodwill is a plugin for Walmart Labs Concord. It provides a way to write tasks in Go by providing a bridge to the Java runtime over gRPC.
Project URL

Project URL

https://github.com/justenwalker/goodwill
Source Code Management

Source Code Management

http://github.com/justenwalker/goodwill/tree/main

Download goodwill

How to add to project

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

Dependencies

compile (9)

Group / Artifact Type Version
com.google.protobuf : protobuf-java jar 3.17.3
io.grpc : grpc-all jar 1.40.0
org.bouncycastle : bcprov-ext-jdk15on jar
org.bouncycastle : bcpkix-jdk15on jar
org.apache.commons : commons-compress jar 1.21
org.apache.httpcomponents : httpclient jar 4.5.13
com.google.guava : guava jar 30.1.1-jre
junit : junit jar 4.13.2
javax.annotation : javax.annotation-api jar

provided (10)

Group / Artifact Type Version
com.walmartlabs.concord : concord-sdk jar
com.walmartlabs.concord.runtime.v2 : concord-runtime-sdk-v2 jar
com.walmartlabs.concord : concord-client jar
org.slf4j : slf4j-api jar
javax.inject : javax.inject jar 1
com.fasterxml.jackson.core : jackson-core jar
com.fasterxml.jackson.core : jackson-databind jar
com.fasterxml.jackson.core : jackson-annotations jar
com.fasterxml.jackson.dataformat : jackson-dataformat-yaml jar
com.fasterxml.jackson.datatype : jackson-datatype-guava jar

Project Modules

There are no modules declared in this project.

Versions

Version
0.5.0
0.4.0