Platform V Faas Java SDK Invoker

Application that invokes a Platform V Java function. This application is a complete HTTP server that interprets incoming HTTP requests appropriately and forwards them to the function code.

License

License

Categories

Categories

SBE Data Data Structures ORM
GroupId

GroupId

ru.sber.platformv.faas
ArtifactId

ArtifactId

faas-sdk-invoker
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Platform V Faas Java SDK Invoker
Application that invokes a Platform V Java function. This application is a complete HTTP server that interprets incoming HTTP requests appropriately and forwards them to the function code.
Project URL

Project URL

https://github.com/sber-platformv/faas-sdk-java/tree/main/faas-sdk/faas-sdk-invoker
Source Code Management

Source Code Management

https://github.com/sber-platformv/faas-sdk-java

Download faas-sdk-invoker

How to add to project

<!-- https://jarcasting.com/artifacts/ru.sber.platformv.faas/faas-sdk-invoker/ -->
<dependency>
    <groupId>ru.sber.platformv.faas</groupId>
    <artifactId>faas-sdk-invoker</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/ru.sber.platformv.faas/faas-sdk-invoker/
implementation 'ru.sber.platformv.faas:faas-sdk-invoker:1.0.1'
// https://jarcasting.com/artifacts/ru.sber.platformv.faas/faas-sdk-invoker/
implementation ("ru.sber.platformv.faas:faas-sdk-invoker:1.0.1")
'ru.sber.platformv.faas:faas-sdk-invoker:jar:1.0.1'
<dependency org="ru.sber.platformv.faas" name="faas-sdk-invoker" rev="1.0.1">
  <artifact name="faas-sdk-invoker" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.sber.platformv.faas', module='faas-sdk-invoker', version='1.0.1')
)
libraryDependencies += "ru.sber.platformv.faas" % "faas-sdk-invoker" % "1.0.1"
[ru.sber.platformv.faas/faas-sdk-invoker "1.0.1"]

Dependencies

provided (4)

Group / Artifact Type Version
com.ryanharter.auto.value : auto-value-gson jar 1.3.0
com.ryanharter.auto.value : auto-value-gson-annotations jar 0.8.0
com.google.auto.value : auto-value jar 1.7
com.google.auto.value : auto-value-annotations jar 1.7

test (6)

Group / Artifact Type Version
ru.sber.platformv.faas : faas-sdk-testfunction test-jar 1.0.1
org.mockito : mockito-core jar 3.2.4
junit : junit jar 4.13.1
com.google.truth : truth jar 1.0.1
com.google.truth.extensions : truth-java8-extension jar 1.0.1
org.eclipse.jetty : jetty-client jar 9.4.26.v20200117

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0.0-rc.1