| License |
License
MIT
|
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.liveperson.faas |
| ArtifactId | ArtifactIdfunctions-client |
| Last Version | Last Version1.1.8 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionFunctions Client
Functions client for invoking lambdas via the eventsource gateway (a.k.a Asgard)
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| functions-client-1.1.8.pom | |
| functions-client-1.1.8.jar | 51 KB |
| functions-client-1.1.8-sources.jar | 32 KB |
| functions-client-1.1.8-javadoc.jar | 663 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.liveperson.faas/functions-client/ -->
<dependency>
<groupId>com.liveperson.faas</groupId>
<artifactId>functions-client</artifactId>
<version>1.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.liveperson.faas/functions-client/
implementation 'com.liveperson.faas:functions-client:1.1.8'
// https://jarcasting.com/artifacts/com.liveperson.faas/functions-client/
implementation ("com.liveperson.faas:functions-client:1.1.8")
'com.liveperson.faas:functions-client:jar:1.1.8'
<dependency org="com.liveperson.faas" name="functions-client" rev="1.1.8">
<artifact name="functions-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liveperson.faas', module='functions-client', version='1.1.8')
)
libraryDependencies += "com.liveperson.faas" % "functions-client" % "1.1.8"
[com.liveperson.faas/functions-client "1.1.8"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-web | jar | 5.3.18 |
| io.github.cdimascio : java-dotenv | jar | 5.2.2 |
| org.apache.logging.log4j : log4j-api | jar | 2.17.2 |
| org.apache.logging.log4j : log4j-core | jar | 2.17.2 |
| javax.ws.rs : javax.ws.rs-api | jar | 2.1.1 |
| com.auth0 : java-jwt | jar | 3.19.1 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.13.2.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.mockito : mockito-all | jar | 1.10.19 |
| junit : junit | jar | 4.13.2 |