MVN

za.co.absa.spline : commons

Maven & Gradle

Apr 13, 2022
12 usages
320 stars
<dependency>
    <groupId>za.co.absa.spline</groupId>
    <artifactId>commons</artifactId>
    <version>0.7.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of za.co.absa.spline : commons to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7.7

All Versions

Choose a version of za.co.absa.spline : commons to add to Maven or Gradle - All Versions:

  • Version Updated
  • commons-0.7.7

    Apr 13, 2022
  • commons-0.7.6

    Mar 30, 2022
  • commons-0.7.5

    Oct 22, 2021
  • commons-0.7.4

    Oct 10, 2021
  • commons-0.7.3

    Oct 07, 2021
  • commons-0.7.2

    Oct 04, 2021
  • commons-0.7.1

    Sep 15, 2021
  • commons-0.7.0

    Aug 19, 2021
  • commons-0.6.1

    Jul 30, 2021
  • commons-0.6.0

    May 18, 2021
  • commons-0.5.6

    Dec 09, 2020
  • commons-0.5.5

    Sep 23, 2020
  • commons-0.5.4

    Aug 20, 2020
  • commons-0.5.3

    Jun 17, 2020
  • commons-0.5.2

    Jun 15, 2020
  • commons-0.5.1

    Apr 30, 2020
  • commons-0.5.0

    Apr 28, 2020
  • commons-0.4.2

    Feb 25, 2020
  • commons-0.4.1

    Dec 16, 2019
  • commons-0.4.0

    Dec 03, 2019

How to add a dependency to Maven

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

<dependency>
    <groupId>za.co.absa.spline</groupId>
    <artifactId>commons</artifactId>
    <version>0.7.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following za.co.absa.spline : commons gradle dependency to your build.gradle file:

implementation 'za.co.absa.spline:commons:0.7.7'

Gradle Kotlin DSL: Add the following za.co.absa.spline : commons gradle kotlin dependency to your build.gradle.kts file:

implementation("za.co.absa.spline:commons:0.7.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following za.co.absa.spline : commons sbt scala dependency to your build.sbt file:

libraryDependencies += "za.co.absa.spline" % "commons" % "0.7.7"