GroupId | GroupIdio.github.luoqqsh |
---|---|
ArtifactId | ArtifactIdlog |
Version | Version1.2.3 |
Type | Typeaar |
Filename | Size |
---|---|
log-1.2.3.pom | |
log-1.2.3-sources.jar | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.luoqqsh/log/ -->
<dependency>
<groupId>io.github.luoqqsh</groupId>
<artifactId>log</artifactId>
<version>1.2.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.luoqqsh/log/
implementation 'io.github.luoqqsh:log:1.2.3'
// https://jarcasting.com/artifacts/io.github.luoqqsh/log/
implementation ("io.github.luoqqsh:log:1.2.3")
'io.github.luoqqsh:log:aar:1.2.3'
<dependency org="io.github.luoqqsh" name="log" rev="1.2.3">
<artifact name="log" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.luoqqsh', module='log', version='1.2.3')
)
libraryDependencies += "io.github.luoqqsh" % "log" % "1.2.3"
[io.github.luoqqsh/log "1.2.3"]