MVN

org.irenical.loggy : loggy

Maven & Gradle

Jan 25, 2017
1 usages
0 stars

Loggy · A logging configuration lifecycle

<dependency>
    <groupId>org.irenical.loggy</groupId>
    <artifactId>loggy</artifactId>
    <version>1.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.irenical.loggy : loggy to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.4

All Versions

Choose a version of org.irenical.loggy : loggy to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
loggy-1.1.4
loggy-1.1.3
loggy-1.1.2
loggy-1.1.1
loggy-1.1.0
1.0.x
loggy-1.0.0

How to add a dependency to Maven

Add the following org.irenical.loggy : loggy maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.irenical.loggy</groupId>
    <artifactId>loggy</artifactId>
    <version>1.1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.irenical.loggy : loggy gradle dependency to your build.gradle file:

implementation 'org.irenical.loggy:loggy:1.1.4'

Gradle Kotlin DSL: Add the following org.irenical.loggy : loggy gradle kotlin dependency to your build.gradle.kts file:

implementation("org.irenical.loggy:loggy:1.1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.irenical.loggy : loggy sbt scala dependency to your build.sbt file:

libraryDependencies += "org.irenical.loggy" % "loggy" % "1.1.4"