MVN

com.gilt : gfc-aws-kinesis_2.12

Maven & Gradle

Aug 21, 2018
1 usages

gfc-aws-kinesis · gfc-aws-kinesis

<dependency>
    <groupId>com.gilt</groupId>
    <artifactId>gfc-aws-kinesis_2.12</artifactId>
    <version>0.17.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gilt : gfc-aws-kinesis_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.17.1
  • Latest Release Candidate: 0.17.3-RC1

All Versions

Choose a version of com.gilt : gfc-aws-kinesis_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.17.x
gfc-aws-kinesis_2.12-0.17.3-RC1
gfc-aws-kinesis_2.12-0.17.1
gfc-aws-kinesis_2.12-0.17.0
0.16.x
gfc-aws-kinesis_2.12-0.16.2
gfc-aws-kinesis_2.12-0.16.1
gfc-aws-kinesis_2.12-0.16.0
0.15.x
gfc-aws-kinesis_2.12-0.15.1
gfc-aws-kinesis_2.12-0.15.0
0.14.x
gfc-aws-kinesis_2.12-0.14.3
gfc-aws-kinesis_2.12-0.14.2
gfc-aws-kinesis_2.12-0.14.1
gfc-aws-kinesis_2.12-0.14.0
0.13.x
gfc-aws-kinesis_2.12-0.13.0
0.12.x
gfc-aws-kinesis_2.12-0.12.1
gfc-aws-kinesis_2.12-0.12.0
0.11.x
gfc-aws-kinesis_2.12-0.11.1
gfc-aws-kinesis_2.12-0.11.0
0.10.x
gfc-aws-kinesis_2.12-0.10.3
gfc-aws-kinesis_2.12-0.10.2

How to add a dependency to Maven

Add the following com.gilt : gfc-aws-kinesis_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.gilt</groupId>
    <artifactId>gfc-aws-kinesis_2.12</artifactId>
    <version>0.17.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gilt : gfc-aws-kinesis_2.12 gradle dependency to your build.gradle file:

implementation 'com.gilt:gfc-aws-kinesis_2.12:0.17.1'

Gradle Kotlin DSL: Add the following com.gilt : gfc-aws-kinesis_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gilt:gfc-aws-kinesis_2.12:0.17.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gilt : gfc-aws-kinesis_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gilt" % "gfc-aws-kinesis_2.12" % "0.17.1"

Advertisement