MVN

com.reprezen.genflow : rapidml-doc

Maven & Gradle

Jul 24, 2019
3 usages
9 stars

rapidml-doc

<dependency>
    <groupId>com.reprezen.genflow</groupId>
    <artifactId>rapidml-doc</artifactId>
    <version>1.4.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.4.2

All Versions

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

Version Vulnerabilities Updated
1.4.x
rapidml-doc-1.4.2
rapidml-doc-1.4.1
rapidml-doc-1.4.0
1.3.x
rapidml-doc-1.3.0
1.2.x
rapidml-doc-1.2.0
1.1.x
rapidml-doc-1.1.0
1.0.x
rapidml-doc-1.0.1
rapidml-doc-1.0.0
0.0.x
rapidml-doc-0.0.26
rapidml-doc-0.0.25
rapidml-doc-0.0.24
rapidml-doc-0.0.23
rapidml-doc-0.0.20
rapidml-doc-0.0.19
rapidml-doc-0.0.18
rapidml-doc-0.0.17
rapidml-doc-0.0.16
rapidml-doc-0.0.15
rapidml-doc-0.0.14
rapidml-doc-0.0.13
rapidml-doc-0.0.12
rapidml-doc-0.0.11
rapidml-doc-0.0.10
rapidml-doc-0.0.9
rapidml-doc-0.0.8

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'com.reprezen.genflow:rapidml-doc:1.4.2'

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

implementation("com.reprezen.genflow:rapidml-doc:1.4.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.reprezen.genflow" % "rapidml-doc" % "1.4.2"

Advertisement