MVN

se.svt.oss : flum

Maven & Gradle

Sep 14, 2022
0 stars

flum · A fluent mockserver api on top of the okhttp mockserver

<dependency>
    <groupId>se.svt.oss</groupId>
    <artifactId>flum</artifactId>
    <version>1.1.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of se.svt.oss : flum to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.9

All Versions

Choose a version of se.svt.oss : flum to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
flum-1.1.9
flum-1.1.8
flum-1.1.7
flum-1.1.6
flum-1.1.5
flum-1.1.3

How to add a dependency to Maven

Add the following se.svt.oss : flum maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>se.svt.oss</groupId>
    <artifactId>flum</artifactId>
    <version>1.1.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following se.svt.oss : flum gradle dependency to your build.gradle file:

implementation 'se.svt.oss:flum:1.1.9'

Gradle Kotlin DSL: Add the following se.svt.oss : flum gradle kotlin dependency to your build.gradle.kts file:

implementation("se.svt.oss:flum:1.1.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following se.svt.oss : flum sbt scala dependency to your build.sbt file:

libraryDependencies += "se.svt.oss" % "flum" % "1.1.9"