MVN

org.flowstep : flowstep-mongo

Maven & Gradle

Jun 14, 2022

flowStep Mongo · flowStep Mongo components

<dependency>
    <groupId>org.flowstep</groupId>
    <artifactId>flowstep-mongo</artifactId>
    <version>1.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.flowstep : flowstep-mongo to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.5

All Versions

Choose a version of org.flowstep : flowstep-mongo to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
flowstep-mongo-1.0.5
flowstep-mongo-1.0.4
flowstep-mongo-1.0.3
flowstep-mongo-1.0.2
1.0
flowstep-mongo-1.0

How to add a dependency to Maven

Add the following org.flowstep : flowstep-mongo maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.flowstep</groupId>
    <artifactId>flowstep-mongo</artifactId>
    <version>1.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.flowstep : flowstep-mongo gradle dependency to your build.gradle file:

implementation 'org.flowstep:flowstep-mongo:1.0.5'

Gradle Kotlin DSL: Add the following org.flowstep : flowstep-mongo gradle kotlin dependency to your build.gradle.kts file:

implementation("org.flowstep:flowstep-mongo:1.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.flowstep : flowstep-mongo sbt scala dependency to your build.sbt file:

libraryDependencies += "org.flowstep" % "flowstep-mongo" % "1.0.5"