MVN

za.co.absa.spline.agent.spark : agent-core_2.11

Maven & Gradle

Aug 02, 2023
6 usages
<dependency>
    <groupId>za.co.absa.spline.agent.spark</groupId>
    <artifactId>agent-core_2.11</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of za.co.absa.spline.agent.spark : agent-core_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0

All Versions

Choose a version of za.co.absa.spline.agent.spark : agent-core_2.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
agent-core_2.11-2.0.0
1.2.x
agent-core_2.11-1.2.2
agent-core_2.11-1.2.1
agent-core_2.11-1.2.0
1.1.x
agent-core_2.11-1.1.0
1.0.x
agent-core_2.11-1.0.7
agent-core_2.11-1.0.5
agent-core_2.11-1.0.4
agent-core_2.11-1.0.3
agent-core_2.11-1.0.2
agent-core_2.11-1.0.1
agent-core_2.11-1.0.0
0.7.x
agent-core_2.11-0.7.13
agent-core_2.11-0.7.12
agent-core_2.11-0.7.11
agent-core_2.11-0.7.10
agent-core_2.11-0.7.8
agent-core_2.11-0.7.7
agent-core_2.11-0.7.6
agent-core_2.11-0.7.5
agent-core_2.11-0.7.4
agent-core_2.11-0.7.3
agent-core_2.11-0.7.2
agent-core_2.11-0.7.1
agent-core_2.11-0.7.0
0.6.x
agent-core_2.11-0.6.4
agent-core_2.11-0.6.3
agent-core_2.11-0.6.2
agent-core_2.11-0.6.1
agent-core_2.11-0.6.0
0.5.x
agent-core_2.11-0.5.6
agent-core_2.11-0.5.5
agent-core_2.11-0.5.4
agent-core_2.11-0.5.3
agent-core_2.11-0.5.2
agent-core_2.11-0.5.1
agent-core_2.11-0.5.0

How to add a dependency to Maven

Add the following za.co.absa.spline.agent.spark : agent-core_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>za.co.absa.spline.agent.spark</groupId>
    <artifactId>agent-core_2.11</artifactId>
    <version>2.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following za.co.absa.spline.agent.spark : agent-core_2.11 gradle dependency to your build.gradle file:

implementation 'za.co.absa.spline.agent.spark:agent-core_2.11:2.0.0'

Gradle Kotlin DSL: Add the following za.co.absa.spline.agent.spark : agent-core_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("za.co.absa.spline.agent.spark:agent-core_2.11:2.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following za.co.absa.spline.agent.spark : agent-core_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "za.co.absa.spline.agent.spark" % "agent-core_2.11" % "2.0.0"

Advertisement