MVN

city.smartb.f2 : f2-dsl-function

Maven & Gradle

May 07, 2023
16 usages

F2 · Wrapper around Spring Cloud Function

<dependency>
    <groupId>city.smartb.f2</groupId>
    <artifactId>f2-dsl-function</artifactId>
    <version>0.15.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of city.smartb.f2 : f2-dsl-function to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.15.0

All Versions

Choose a version of city.smartb.f2 : f2-dsl-function to add to Maven or Gradle - All Versions:

  • Version Updated
  • f2-dsl-function-0.15.0

    May 07, 2023
  • f2-dsl-function-0.14.0

    May 01, 2023
  • f2-dsl-function-0.13.0

    Apr 17, 2023
  • f2-dsl-function-0.12.0

    Feb 02, 2023
  • f2-dsl-function-0.11.0

    Nov 22, 2022
  • f2-dsl-function-0.10.0

    Aug 07, 2022
  • f2-dsl-function-0.9.0

    Jul 08, 2022
  • f2-dsl-function-0.8.0

    Apr 25, 2022
  • f2-dsl-function-0.7.0

    Mar 31, 2022
  • f2-dsl-function-0.6.0

    Mar 23, 2022
  • f2-dsl-function-0.5.0

    Mar 13, 2022
  • f2-dsl-function-0.4.1

    Mar 11, 2022
  • f2-dsl-function-0.3.1

    Jan 07, 2022
  • f2-dsl-function-0.1.0

    Jan 04, 2022
  • f2-dsl-function-0.2.4

    Jan 04, 2022
  • f2-dsl-function-0.2.3

    Jan 03, 2022
  • f2-dsl-function-0.2.2

    Jan 03, 2022

How to add a dependency to Maven

Add the following city.smartb.f2 : f2-dsl-function maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>city.smartb.f2</groupId>
    <artifactId>f2-dsl-function</artifactId>
    <version>0.15.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following city.smartb.f2 : f2-dsl-function gradle dependency to your build.gradle file:

implementation 'city.smartb.f2:f2-dsl-function:0.15.0'

Gradle Kotlin DSL: Add the following city.smartb.f2 : f2-dsl-function gradle kotlin dependency to your build.gradle.kts file:

implementation("city.smartb.f2:f2-dsl-function:0.15.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following city.smartb.f2 : f2-dsl-function sbt scala dependency to your build.sbt file:

libraryDependencies += "city.smartb.f2" % "f2-dsl-function" % "0.15.0"