MVN

com.sonymobile : lumbermill-aws-kcl

Maven & Gradle

Jul 10, 2017
1 usages
12 stars

Lumber Mill · Where Logs are cut into Lumber

<dependency>
    <groupId>com.sonymobile</groupId>
    <artifactId>lumbermill-aws-kcl</artifactId>
    <version>0.0.26</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sonymobile : lumbermill-aws-kcl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.26

All Versions

Choose a version of com.sonymobile : lumbermill-aws-kcl to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
lumbermill-aws-kcl-0.0.26
lumbermill-aws-kcl-0.0.25
lumbermill-aws-kcl-0.0.24
lumbermill-aws-kcl-0.0.23
lumbermill-aws-kcl-0.0.22
lumbermill-aws-kcl-0.0.21
lumbermill-aws-kcl-0.0.20
lumbermill-aws-kcl-0.0.19
lumbermill-aws-kcl-0.0.18

How to add a dependency to Maven

Add the following com.sonymobile : lumbermill-aws-kcl maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sonymobile</groupId>
    <artifactId>lumbermill-aws-kcl</artifactId>
    <version>0.0.26</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sonymobile : lumbermill-aws-kcl gradle dependency to your build.gradle file:

implementation 'com.sonymobile:lumbermill-aws-kcl:0.0.26'

Gradle Kotlin DSL: Add the following com.sonymobile : lumbermill-aws-kcl gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sonymobile:lumbermill-aws-kcl:0.0.26")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sonymobile : lumbermill-aws-kcl sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sonymobile" % "lumbermill-aws-kcl" % "0.0.26"

Advertisement