MVN

software.amazon : flow

Maven & Gradle

Nov 14, 2018
4 usages

AWS Event Stream · The AWS Event Stream decoder library.

<dependency>
    <groupId>software.amazon</groupId>
    <artifactId>flow</artifactId>
    <version>1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of software.amazon : flow to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7

All Versions

Choose a version of software.amazon : flow to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7
flow-1.7
1.6
flow-1.6
1.5
flow-1.5
1.4
flow-1.4
1.3
flow-1.3
1.2
flow-1.2
1.1
flow-1.1
1.0
flow-1.0

How to add a dependency to Maven

Add the following software.amazon : flow maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>software.amazon</groupId>
    <artifactId>flow</artifactId>
    <version>1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following software.amazon : flow gradle dependency to your build.gradle file:

implementation 'software.amazon:flow:1.7'

Gradle Kotlin DSL: Add the following software.amazon : flow gradle kotlin dependency to your build.gradle.kts file:

implementation("software.amazon:flow:1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following software.amazon : flow sbt scala dependency to your build.sbt file:

libraryDependencies += "software.amazon" % "flow" % "1.7"

Advertisement