MVN

org.tpolecat : natchez-log-odin_2.12

Maven & Gradle

Jul 01, 2023
320 stars

natchez-log-odin · Logging bindings for Natchez, using Odin.

<dependency>
    <groupId>org.tpolecat</groupId>
    <artifactId>natchez-log-odin_2.12</artifactId>
    <version>0.3.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.tpolecat : natchez-log-odin_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.3

All Versions

Choose a version of org.tpolecat : natchez-log-odin_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
natchez-log-odin_2.12-0.3.3
natchez-log-odin_2.12-0.3.2
natchez-log-odin_2.12-0.3.1
natchez-log-odin_2.12-0.3.0
natchez-log-odin_2.12-0.3.0-M3
natchez-log-odin_2.12-0.3.0-M2
natchez-log-odin_2.12-0.3.0-M1
0.2.x
natchez-log-odin_2.12-0.2.2
natchez-log-odin_2.12-0.2.1
natchez-log-odin_2.12-0.2.0
0.0.x
natchez-log-odin_2.12-0.0.26
natchez-log-odin_2.12-0.0.25
natchez-log-odin_2.12-0.0.24
natchez-log-odin_2.12-0.0.23
natchez-log-odin_2.12-0.0.22
natchez-log-odin_2.12-0.0.21
natchez-log-odin_2.12-0.0.20
natchez-log-odin_2.12-0.0.19

How to add a dependency to Maven

Add the following org.tpolecat : natchez-log-odin_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.tpolecat</groupId>
    <artifactId>natchez-log-odin_2.12</artifactId>
    <version>0.3.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.tpolecat : natchez-log-odin_2.12 gradle dependency to your build.gradle file:

implementation 'org.tpolecat:natchez-log-odin_2.12:0.3.3'

Gradle Kotlin DSL: Add the following org.tpolecat : natchez-log-odin_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.tpolecat:natchez-log-odin_2.12:0.3.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.tpolecat : natchez-log-odin_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.tpolecat" % "natchez-log-odin_2.12" % "0.3.3"