| License | License | 
|---|---|
| Categories | CategoriesSBE Data Data Structures ORM | 
| GroupId | GroupIdru.sber.platformv.faas | 
| ArtifactId | ArtifactIdfaas-sdk-testfunction | 
| Last Version | Last Version1.0.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionPlatform V Faas Java SDK Test Function An example of a Platform V Faas Java function packaged into a jar. We use this in tests. | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| faas-sdk-testfunction-1.0.1.pom | |
| faas-sdk-testfunction-1.0.1.jar | 2 KB | 
| faas-sdk-testfunction-1.0.1-tests.jar | 4 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/ru.sber.platformv.faas/faas-sdk-testfunction/ -->
<dependency>
    <groupId>ru.sber.platformv.faas</groupId>
    <artifactId>faas-sdk-testfunction</artifactId>
    <version>1.0.1</version>
</dependency>// https://jarcasting.com/artifacts/ru.sber.platformv.faas/faas-sdk-testfunction/
implementation 'ru.sber.platformv.faas:faas-sdk-testfunction:1.0.1'// https://jarcasting.com/artifacts/ru.sber.platformv.faas/faas-sdk-testfunction/
implementation ("ru.sber.platformv.faas:faas-sdk-testfunction:1.0.1")'ru.sber.platformv.faas:faas-sdk-testfunction:jar:1.0.1'<dependency org="ru.sber.platformv.faas" name="faas-sdk-testfunction" rev="1.0.1">
  <artifact name="faas-sdk-testfunction" type="jar" />
</dependency>@Grapes(
@Grab(group='ru.sber.platformv.faas', module='faas-sdk-testfunction', version='1.0.1')
)libraryDependencies += "ru.sber.platformv.faas" % "faas-sdk-testfunction" % "1.0.1"[ru.sber.platformv.faas/faas-sdk-testfunction "1.0.1"]| Group / Artifact | Type | Version | 
|---|---|---|
| ru.sber.platformv.faas : faas-sdk-api | jar | 1.0.1 | 
| com.google.escapevelocity : escapevelocity | jar | 0.9.1 | 
| com.google.guava : guava | jar | 29.0-jre | 
| com.google.code.gson : gson | jar | 2.8.6 |