MVN

it.tidalwave.thesefoolishthings : it.tidalwave.util.logging

Maven & Gradle

Mar 13, 2010
37 usages

TheseFoolishThings - Logger

<dependency>
    <groupId>it.tidalwave.thesefoolishthings</groupId>
    <artifactId>it.tidalwave.util.logging</artifactId>
    <version>1.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of it.tidalwave.thesefoolishthings : it.tidalwave.util.logging to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.2

All Versions

Choose a version of it.tidalwave.thesefoolishthings : it.tidalwave.util.logging to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
it.tidalwave.util.logging-1.1.2
it.tidalwave.util.logging-1.1.1
it.tidalwave.util.logging-1.1.0
1.0.x
it.tidalwave.util.logging-1.0.9
it.tidalwave.util.logging-1.0.6
it.tidalwave.util.logging-1.0.5

How to add a dependency to Maven

Add the following it.tidalwave.thesefoolishthings : it.tidalwave.util.logging maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>it.tidalwave.thesefoolishthings</groupId>
    <artifactId>it.tidalwave.util.logging</artifactId>
    <version>1.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following it.tidalwave.thesefoolishthings : it.tidalwave.util.logging gradle dependency to your build.gradle file:

implementation 'it.tidalwave.thesefoolishthings:it.tidalwave.util.logging:1.1.2'

Gradle Kotlin DSL: Add the following it.tidalwave.thesefoolishthings : it.tidalwave.util.logging gradle kotlin dependency to your build.gradle.kts file:

implementation("it.tidalwave.thesefoolishthings:it.tidalwave.util.logging:1.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following it.tidalwave.thesefoolishthings : it.tidalwave.util.logging sbt scala dependency to your build.sbt file:

libraryDependencies += "it.tidalwave.thesefoolishthings" % "it.tidalwave.util.logging" % "1.1.2"