MVN

io.cordite : cordite-logging

Maven & Gradle

Oct 19, 2020

cordite-logging · this is a component of the Cordite open source project

<dependency>
    <groupId>io.cordite</groupId>
    <artifactId>cordite-logging</artifactId>
    <version>0.5.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.cordite : cordite-logging to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.3
  • Latest Release Candidate: 0.5.1-RC01

All Versions

Choose a version of io.cordite : cordite-logging to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
cordite-logging-0.5.3
cordite-logging-0.5.2
cordite-logging-0.5.1
cordite-logging-0.5.1-RC01
0.4.x
cordite-logging-0.4.10
cordite-logging-0.4.9
cordite-logging-0.4.8

How to add a dependency to Maven

Add the following io.cordite : cordite-logging maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.cordite</groupId>
    <artifactId>cordite-logging</artifactId>
    <version>0.5.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.cordite : cordite-logging gradle dependency to your build.gradle file:

implementation 'io.cordite:cordite-logging:0.5.3'

Gradle Kotlin DSL: Add the following io.cordite : cordite-logging gradle kotlin dependency to your build.gradle.kts file:

implementation("io.cordite:cordite-logging:0.5.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.cordite : cordite-logging sbt scala dependency to your build.sbt file:

libraryDependencies += "io.cordite" % "cordite-logging" % "0.5.3"

Advertisement