MVN

com.linkedin.gobblin : gobblin-scheduler

Maven & Gradle

Feb 10, 2016
2 usages
2.1k stars

gobblin_github · Gobblin Ingestion Framework

<dependency>
    <groupId>com.linkedin.gobblin</groupId>
    <artifactId>gobblin-scheduler</artifactId>
    <version>0.6.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.linkedin.gobblin : gobblin-scheduler to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.2

All Versions

Choose a version of com.linkedin.gobblin : gobblin-scheduler to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
gobblin-scheduler-0.6.2
gobblin-scheduler-0.6.2-hadoop1
gobblin-scheduler-0.6.0-279-g116c79b
gobblin-scheduler-0.6.0-hadoop1
gobblin-scheduler-0.6.0
0.0.x
gobblin-scheduler-0.0.0.mavenTest1-hadoop1
gobblin-scheduler-0.0.0.mavenTest1

How to add a dependency to Maven

Add the following com.linkedin.gobblin : gobblin-scheduler maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.linkedin.gobblin</groupId>
    <artifactId>gobblin-scheduler</artifactId>
    <version>0.6.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.linkedin.gobblin : gobblin-scheduler gradle dependency to your build.gradle file:

implementation 'com.linkedin.gobblin:gobblin-scheduler:0.6.2'

Gradle Kotlin DSL: Add the following com.linkedin.gobblin : gobblin-scheduler gradle kotlin dependency to your build.gradle.kts file:

implementation("com.linkedin.gobblin:gobblin-scheduler:0.6.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.linkedin.gobblin : gobblin-scheduler sbt scala dependency to your build.sbt file:

libraryDependencies += "com.linkedin.gobblin" % "gobblin-scheduler" % "0.6.2"

Advertisement