MVN

org.flowstep : tests

Maven & Gradle

Jun 14, 2022
<dependency>
    <groupId>org.flowstep</groupId>
    <artifactId>tests</artifactId>
    <version>1.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.5

All Versions

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

Version Vulnerabilities Updated
1.0.x
tests-1.0.5
tests-1.0.4
tests-1.0.3
tests-1.0.2

How to add a dependency to Maven

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

<dependency>
    <groupId>org.flowstep</groupId>
    <artifactId>tests</artifactId>
    <version>1.0.5</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.flowstep:tests:1.0.5'

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

implementation("org.flowstep:tests:1.0.5")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.flowstep" % "tests" % "1.0.5"