Files download
File Operation
logger-debug-62.65.0.jar download
logger-debug-62.65.0.pom download
logger-debug-62.65.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.ReleaseStandard.CodeEditor</groupId>
  <artifactId>logger-debug</artifactId>
  <version>62.65.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.ReleaseStandard.CodeEditor:logger-debug:62.65.0'
Gradle Kotlin
implementation("io.github.ReleaseStandard.CodeEditor:logger-debug:62.65.0")
Scala SBT
libraryDependencies += "io.github.ReleaseStandard.CodeEditor" % "logger-debug" % "62.65.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.ReleaseStandard.CodeEditor', module='logger-debug', version='62.65.0')
)
Apache Ivy
<dependency org="io.github.ReleaseStandard.CodeEditor" name="logger-debug" rev="62.65.0" />
Leiningen
[io.github.ReleaseStandard.CodeEditor/logger-debug "62.65.0"]
Apache Buildr
'io.github.ReleaseStandard.CodeEditor:logger-debug:jar:62.65.0'