f

functions-client

Functions client for invoking lambdas via the eventsource gateway (a.k.a Asgard)
https://github.com/LivePersonInc/faas-client-jdk
MIT
LivePerson
FaaS team
Files download
File Operation
functions-client-1.2.3.jar download
functions-client-1.2.3.pom download
functions-client-1.2.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.liveperson.faas</groupId>
  <artifactId>functions-client</artifactId>
  <version>1.2.3</version>
</dependency>
Gradle Groovy
implementation 'com.liveperson.faas:functions-client:1.2.3'
Gradle Kotlin
implementation("com.liveperson.faas:functions-client:1.2.3")
Scala SBT
libraryDependencies += "com.liveperson.faas" % "functions-client" % "1.2.3"
Groovy Grape
@Grapes(
  @Grab(group='com.liveperson.faas', module='functions-client', version='1.2.3')
)
Apache Ivy
<dependency org="com.liveperson.faas" name="functions-client" rev="1.2.3" />
Leiningen
[com.liveperson.faas/functions-client "1.2.3"]
Apache Buildr
'com.liveperson.faas:functions-client:jar:1.2.3'