MVN

com.ubertob.kondor : kondor-tools

Maven & Gradle

May 10, 2023
1 usages
43 stars

kondor-tools · A suite of tools to work with Kondor json library

<dependency>
    <groupId>com.ubertob.kondor</groupId>
    <artifactId>kondor-tools</artifactId>
    <version>1.9.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ubertob.kondor : kondor-tools to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9.1

All Versions

Choose a version of com.ubertob.kondor : kondor-tools to add to Maven or Gradle - All Versions:

  • Version Updated
  • kondor-tools-1.9.1

    May 10, 2023
  • kondor-tools-1.8.7

    May 05, 2023
  • kondor-tools-1.8.6

    May 05, 2023
  • kondor-tools-1.9.0

    May 04, 2023
  • kondor-tools-1.8.5

    May 04, 2023
  • kondor-tools-1.8.4

    Apr 20, 2023
  • kondor-tools-1.8.3

    Apr 17, 2023
  • kondor-tools-1.8.2

    Apr 13, 2023
  • kondor-tools-1.8.1

    Apr 11, 2023
  • kondor-tools-1.8.0

    Nov 25, 2022
  • kondor-tools-1.7.7

    Apr 02, 2022
  • kondor-tools-1.7.6

    Feb 22, 2022
  • kondor-tools-1.7.5

    Dec 30, 2021
  • kondor-tools-1.7.4

    Dec 30, 2021
  • kondor-tools-1.7.3

    Dec 30, 2021
  • kondor-tools-1.7.2

    Nov 11, 2021
  • kondor-tools-1.7.1

    Nov 06, 2021
  • kondor-tools-1.7.0

    Nov 01, 2021
  • kondor-tools-1.6.8

    Oct 10, 2021
  • kondor-tools-1.6.7

    Sep 21, 2021
  • kondor-tools-1.6.6

    Sep 17, 2021
  • kondor-tools-1.6.5

    Aug 20, 2021
  • kondor-tools-1.6.4

    Aug 16, 2021
  • kondor-tools-1.6.3

    Aug 15, 2021
  • kondor-tools-1.6.2

    Aug 09, 2021
  • kondor-tools-1.6.1

    Jul 10, 2021
  • kondor-tools-1.6.0

    Jul 09, 2021
  • kondor-tools-1.5.4

    Jun 07, 2021
  • kondor-tools-1.5.3

    Jun 01, 2021
  • kondor-tools-1.5.2

    May 27, 2021
  • kondor-tools-1.5.1

    May 13, 2021
  • kondor-tools-1.5.0

    May 08, 2021
  • kondor-tools-1.4.5

    Apr 21, 2021
  • kondor-tools-1.4.4

    Apr 20, 2021
  • kondor-tools-1.4.3

    Apr 11, 2021

How to add a dependency to Maven

Add the following com.ubertob.kondor : kondor-tools maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ubertob.kondor</groupId>
    <artifactId>kondor-tools</artifactId>
    <version>1.9.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ubertob.kondor : kondor-tools gradle dependency to your build.gradle file:

implementation 'com.ubertob.kondor:kondor-tools:1.9.1'

Gradle Kotlin DSL: Add the following com.ubertob.kondor : kondor-tools gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ubertob.kondor:kondor-tools:1.9.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ubertob.kondor : kondor-tools sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ubertob.kondor" % "kondor-tools" % "1.9.1"

Advertisement