MVN

nz.ac.auckland.composite : composite-logging-simple

Maven & Gradle

Oct 15, 2013
1 usages
0 stars

composite-logging-simple · Simple logging implementation, e.g. for commandline tools.

<dependency>
    <groupId>nz.ac.auckland.composite</groupId>
    <artifactId>composite-logging-simple</artifactId>
    <version>3.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nz.ac.auckland.composite : composite-logging-simple to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.3

All Versions

Choose a version of nz.ac.auckland.composite : composite-logging-simple to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.3
composite-logging-simple-3.3
3.2
composite-logging-simple-3.2

How to add a dependency to Maven

Add the following nz.ac.auckland.composite : composite-logging-simple maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>nz.ac.auckland.composite</groupId>
    <artifactId>composite-logging-simple</artifactId>
    <version>3.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following nz.ac.auckland.composite : composite-logging-simple gradle dependency to your build.gradle file:

implementation 'nz.ac.auckland.composite:composite-logging-simple:3.3'

Gradle Kotlin DSL: Add the following nz.ac.auckland.composite : composite-logging-simple gradle kotlin dependency to your build.gradle.kts file:

implementation("nz.ac.auckland.composite:composite-logging-simple:3.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following nz.ac.auckland.composite : composite-logging-simple sbt scala dependency to your build.sbt file:

libraryDependencies += "nz.ac.auckland.composite" % "composite-logging-simple" % "3.3"

Advertisement