MVN

com.reprezen.genflow : genflow-tests

Maven & Gradle

Jul 24, 2019
7 usages
9 stars
<dependency>
    <groupId>com.reprezen.genflow</groupId>
    <artifactId>genflow-tests</artifactId>
    <version>1.4.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.reprezen.genflow : genflow-tests to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.2

All Versions

Choose a version of com.reprezen.genflow : genflow-tests to add to Maven or Gradle - All Versions:

  • Version Updated
  • genflow-tests-1.4.2

    Jul 24, 2019
  • genflow-tests-1.4.1

    May 29, 2019
  • genflow-tests-1.4.0

    May 28, 2019
  • genflow-tests-1.3.0

    Apr 16, 2019
  • genflow-tests-1.2.0

    Jan 30, 2019

How to add a dependency to Maven

Add the following com.reprezen.genflow : genflow-tests maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.reprezen.genflow</groupId>
    <artifactId>genflow-tests</artifactId>
    <version>1.4.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.reprezen.genflow : genflow-tests gradle dependency to your build.gradle file:

implementation 'com.reprezen.genflow:genflow-tests:1.4.2'

Gradle Kotlin DSL: Add the following com.reprezen.genflow : genflow-tests gradle kotlin dependency to your build.gradle.kts file:

implementation("com.reprezen.genflow:genflow-tests:1.4.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.reprezen.genflow : genflow-tests sbt scala dependency to your build.sbt file:

libraryDependencies += "com.reprezen.genflow" % "genflow-tests" % "1.4.2"