f

f2-dsl-function-jvm

Wrapper around Spring Cloud Function
https://gitlab.smartb.city/fixers/F2
The Apache Software License, Version 2.0
SmartB Team
Files download
File Operation
f2-dsl-function-jvm-0.16.0.jar download
f2-dsl-function-jvm-0.16.0.pom download
f2-dsl-function-jvm-0.16.0-sources.jar download
Apache Maven
<dependency>
  <groupId>city.smartb.f2</groupId>
  <artifactId>f2-dsl-function-jvm</artifactId>
  <version>0.16.0</version>
</dependency>
Gradle Groovy
implementation 'city.smartb.f2:f2-dsl-function-jvm:0.16.0'
Gradle Kotlin
implementation("city.smartb.f2:f2-dsl-function-jvm:0.16.0")
Scala SBT
libraryDependencies += "city.smartb.f2" % "f2-dsl-function-jvm" % "0.16.0"
Groovy Grape
@Grapes(
  @Grab(group='city.smartb.f2', module='f2-dsl-function-jvm', version='0.16.0')
)
Apache Ivy
<dependency org="city.smartb.f2" name="f2-dsl-function-jvm" rev="0.16.0" />
Leiningen
[city.smartb.f2/f2-dsl-function-jvm "0.16.0"]
Apache Buildr
'city.smartb.f2:f2-dsl-function-jvm:jar:0.16.0'