MVN

de.wayofquality.blended : blended.util.logging_2.13

Maven & Gradle

Jan 13, 2023
35 usages

blended.util.logging_2.13 · Logging utility classes to use in other bundles

<dependency>
    <groupId>de.wayofquality.blended</groupId>
    <artifactId>blended.util.logging_2.13</artifactId>
    <version>3.6.97</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.wayofquality.blended : blended.util.logging_2.13 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.6.97
  • Latest Release Candidate: 3.6-RC5
  • Latest Alpha: 3.2-alpha2

All Versions

Choose a version of de.wayofquality.blended : blended.util.logging_2.13 to add to Maven or Gradle - All Versions:

  • Version Updated
  • blended.util.logging_2.13-3.6.97

    Jan 13, 2023
  • blended.util.logging_2.13-3.6.98

    Jan 13, 2023
  • blended.util.logging_2.13-3.6.1

    Aug 13, 2022
  • blended.util.logging_2.13-3.6

    Aug 13, 2022
  • blended.util.logging_2.13-3.6-RC5

    Aug 04, 2022
  • blended.util.logging_2.13-3.6-RC4

    Jul 31, 2022
  • blended.util.logging_2.13-3.6-RC3

    Jul 31, 2022
  • blended.util.logging_2.13-3.6-RC2

    Jul 26, 2022
  • blended.util.logging_2.13-3.6-RC1

    Jul 26, 2022
  • blended.util.logging_2.13-3.5.2

    Dec 29, 2021
  • blended.util.logging_2.13-3.5.1

    Oct 07, 2021
  • blended.util.logging_2.13-3.5

    Aug 17, 2021
  • blended.util.logging_2.13-3.3.1

    Jul 13, 2021
  • blended.util.logging_2.13-3.3

    May 18, 2021
  • blended.util.logging_2.13-3.2.8

    Feb 23, 2021
  • blended.util.logging_2.13-3.2.6

    Feb 12, 2021
  • blended.util.logging_2.13-3.2.5

    Feb 08, 2021
  • blended.util.logging_2.13-3.2.4

    Dec 15, 2020
  • blended.util.logging_2.13-3.2.3

    Oct 30, 2020
  • blended.util.logging_2.13-3.2.2

    Oct 22, 2020
  • blended.util.logging_2.13-3.2.2-RC1

    Oct 20, 2020
  • blended.util.logging_2.13-3.2.1

    Oct 09, 2020
  • blended.util.logging_2.13-3.2.1-RC1

    Oct 07, 2020
  • blended.util.logging_2.13-3.2

    Oct 01, 2020
  • blended.util.logging_2.13-3.2-RC3

    Sep 01, 2020
  • blended.util.logging_2.13-3.2-RC2

    Jul 23, 2020
  • blended.util.logging_2.13-3.2-RC1

    Jul 16, 2020
  • blended.util.logging_2.13-3.2-alpha2

    Jul 15, 2020

How to add a dependency to Maven

Add the following de.wayofquality.blended : blended.util.logging_2.13 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.wayofquality.blended</groupId>
    <artifactId>blended.util.logging_2.13</artifactId>
    <version>3.6.97</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.wayofquality.blended : blended.util.logging_2.13 gradle dependency to your build.gradle file:

implementation 'de.wayofquality.blended:blended.util.logging_2.13:3.6.97'

Gradle Kotlin DSL: Add the following de.wayofquality.blended : blended.util.logging_2.13 gradle kotlin dependency to your build.gradle.kts file:

implementation("de.wayofquality.blended:blended.util.logging_2.13:3.6.97")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.wayofquality.blended : blended.util.logging_2.13 sbt scala dependency to your build.sbt file:

libraryDependencies += "de.wayofquality.blended" % "blended.util.logging_2.13" % "3.6.97"