MVN

org.bitbucket.bradleysmithllc.etl-agent : core

Maven & Gradle

Jan 02, 2015
2 usages

Agent core

<dependency>
    <groupId>org.bitbucket.bradleysmithllc.etl-agent</groupId>
    <artifactId>core</artifactId>
    <version>3.6.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bitbucket.bradleysmithllc.etl-agent : core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.6.0.1

All Versions

Choose a version of org.bitbucket.bradleysmithllc.etl-agent : core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.6.x
core-3.6.0.1
core-3.6.0.0
3.4.x
core-3.4.8.0
3.3.x
core-3.3.2.2
core-3.3.2.1
core-3.3.1.9
core-3.3.1.8
core-3.3.1.7
core-3.3.1.6
core-3.3.1.5
core-3.3.1.4
core-3.3.1.3
core-3.3.1.2
core-3.3.1.1
core-3.3.1.0
core-3.3.0.9
core-3.3.0.8
core-3.3.0.7
core-3.3.0.6
core-3.3.0.5
core-3.3.0.4
core-3.3.0.3
core-3.3.0.2
core-3.3.0.1
core-3.3.0.0
2.2.x
core-2.2.0.15
core-2.2.0.14
core-2.2.0.13
core-2.2.0.11
core-2.2.0.10
core-2.2.0.9
core-2.2.0.8
core-2.2.0.7
core-2.2.0.6
core-2.2.0.5
core-2.2.0.4
core-2.2.0.3
core-2.2.0.2
core-2.2.0.1
core-2.2.0.0
2.1.x
core-2.1.0.7
core-2.1.0.6
2.0.x
core-2.0.5
core-2.0.4
core-2.0.3
core-2.0.2
core-2.0.1
core-2.0.0
1.3.x
core-1.3.2
core-1.3.1
core-1.3.0
1.2.x
core-1.2.28
core-1.2.27
core-1.2.26
core-1.2.25
core-1.2.24
core-1.2.23
core-1.2.22
core-1.2.21
core-1.2.20
core-1.2.19
core-1.2.17
core-1.2.16
core-1.2.14
core-1.2.12
core-1.2.11
core-1.2.10
core-1.2.9
core-1.2.8
core-1.2.7
core-1.2.6
core-1.2.5
core-1.2.4
core-1.2.3
1.0.x
core-1.0.0

How to add a dependency to Maven

Add the following org.bitbucket.bradleysmithllc.etl-agent : core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.bitbucket.bradleysmithllc.etl-agent</groupId>
    <artifactId>core</artifactId>
    <version>3.6.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.bitbucket.bradleysmithllc.etl-agent : core gradle dependency to your build.gradle file:

implementation 'org.bitbucket.bradleysmithllc.etl-agent:core:3.6.0.1'

Gradle Kotlin DSL: Add the following org.bitbucket.bradleysmithllc.etl-agent : core gradle kotlin dependency to your build.gradle.kts file:

implementation("org.bitbucket.bradleysmithllc.etl-agent:core:3.6.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.bitbucket.bradleysmithllc.etl-agent : core sbt scala dependency to your build.sbt file:

libraryDependencies += "org.bitbucket.bradleysmithllc.etl-agent" % "core" % "3.6.0.1"