MVN

tz.co.asoft : logging-core

Maven & Gradle

Jul 06, 2022
3 usages

logging-core · A multiplatform logging solution

<dependency>
    <groupId>tz.co.asoft</groupId>
    <artifactId>logging-core</artifactId>
    <version>1.5.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tz.co.asoft : logging-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.3

All Versions

Choose a version of tz.co.asoft : logging-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
logging-core-1.5.3
logging-core-1.5.2
logging-core-1.5.1
logging-core-1.5.0
1.4.x
logging-core-1.4.62
logging-core-1.4.61
logging-core-1.4.60
logging-core-1.4.50
logging-core-1.4.40
logging-core-1.4.30
logging-core-1.4.20
logging-core-1.4.12
logging-core-1.4.11
logging-core-1.4.10
logging-core-1.4.0
0.0.x
logging-core-0.0.33
logging-core-0.0.31
logging-core-0.0.30
logging-core-0.0.21
logging-core-0.0.20
logging-core-0.0.1

How to add a dependency to Maven

Add the following tz.co.asoft : logging-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tz.co.asoft</groupId>
    <artifactId>logging-core</artifactId>
    <version>1.5.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tz.co.asoft : logging-core gradle dependency to your build.gradle file:

implementation 'tz.co.asoft:logging-core:1.5.3'

Gradle Kotlin DSL: Add the following tz.co.asoft : logging-core gradle kotlin dependency to your build.gradle.kts file:

implementation("tz.co.asoft:logging-core:1.5.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following tz.co.asoft : logging-core sbt scala dependency to your build.sbt file:

libraryDependencies += "tz.co.asoft" % "logging-core" % "1.5.3"

Advertisement