MVN

io.github.ololx.cranberry : cranberry-logging

Maven & Gradle

Jun 17, 2022
3 usages
6 stars

io.github.ololx.cranberry:cranberry-logging · The cranberry logging is a module of cranberry library (see cranberry). This module provides an API for the displaying and displaying method parameters. This module includes an annotations for the injecting methods of this api into code during compilation.

<dependency>
    <groupId>io.github.ololx.cranberry</groupId>
    <artifactId>cranberry-logging</artifactId>
    <version>0.13.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.13.0

All Versions

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

Version Vulnerabilities Updated
0.13.x
cranberry-logging-0.13.0
0.9.x
cranberry-logging-0.9.1
0.5.x
cranberry-logging-0.5.3
cranberry-logging-0.5.2
0.4.x
cranberry-logging-0.4.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.ololx.cranberry</groupId>
    <artifactId>cranberry-logging</artifactId>
    <version>0.13.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.github.ololx.cranberry:cranberry-logging:0.13.0'

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

implementation("io.github.ololx.cranberry:cranberry-logging:0.13.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.github.ololx.cranberry" % "cranberry-logging" % "0.13.0"