MVN

io.github.ReleaseStandard.CodeEditorlogger-debug : logger-debug

Maven & Gradle

Oct 12, 2021
1 stars

logger-debug · logger-debug for CodeEditor

<dependency>
    <groupId>io.github.ReleaseStandard.CodeEditorlogger-debug</groupId>
    <artifactId>logger-debug</artifactId>
    <version>62.65.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.ReleaseStandard.CodeEditorlogger-debug : logger-debug to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 62.65.0

All Versions

Choose a version of io.github.ReleaseStandard.CodeEditorlogger-debug : logger-debug to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
62.65.x
logger-debug-62.65.0
1.0.x
logger-debug-1.0.0

How to add a dependency to Maven

Add the following io.github.ReleaseStandard.CodeEditorlogger-debug : logger-debug maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.ReleaseStandard.CodeEditorlogger-debug</groupId>
    <artifactId>logger-debug</artifactId>
    <version>62.65.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.ReleaseStandard.CodeEditorlogger-debug : logger-debug gradle dependency to your build.gradle file:

implementation 'io.github.ReleaseStandard.CodeEditorlogger-debug:logger-debug:62.65.0'

Gradle Kotlin DSL: Add the following io.github.ReleaseStandard.CodeEditorlogger-debug : logger-debug gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.ReleaseStandard.CodeEditorlogger-debug:logger-debug:62.65.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.ReleaseStandard.CodeEditorlogger-debug : logger-debug sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.ReleaseStandard.CodeEditorlogger-debug" % "logger-debug" % "62.65.0"