| GroupId | GroupIdio.github.ReleaseStandard.CodeEditor |
|---|---|
| ArtifactId | ArtifactIdlogger-debug |
| Version | Version62 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| logger-debug-62.pom | |
| logger-debug-62-sources.jar | 261 bytes |
| logger-debug-62-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.ReleaseStandard.CodeEditor/logger-debug/ -->
<dependency>
<groupId>io.github.ReleaseStandard.CodeEditor</groupId>
<artifactId>logger-debug</artifactId>
<version>62</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.ReleaseStandard.CodeEditor/logger-debug/
implementation 'io.github.ReleaseStandard.CodeEditor:logger-debug:62'
// https://jarcasting.com/artifacts/io.github.ReleaseStandard.CodeEditor/logger-debug/
implementation ("io.github.ReleaseStandard.CodeEditor:logger-debug:62")
'io.github.ReleaseStandard.CodeEditor:logger-debug:aar:62'
<dependency org="io.github.ReleaseStandard.CodeEditor" name="logger-debug" rev="62">
<artifact name="logger-debug" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.ReleaseStandard.CodeEditor', module='logger-debug', version='62')
)
libraryDependencies += "io.github.ReleaseStandard.CodeEditor" % "logger-debug" % "62"
[io.github.ReleaseStandard.CodeEditor/logger-debug "62"]