License |
License |
---|---|
GroupId | GroupIdio.github.maoqiqi |
ArtifactId | ArtifactIdlog |
Version | Version1.0.4 |
Type | Typeaar |
Description |
Descriptionlog
A concise description of my library
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
log-1.0.4.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.maoqiqi/log/ -->
<dependency>
<groupId>io.github.maoqiqi</groupId>
<artifactId>log</artifactId>
<version>1.0.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.maoqiqi/log/
implementation 'io.github.maoqiqi:log:1.0.4'
// https://jarcasting.com/artifacts/io.github.maoqiqi/log/
implementation ("io.github.maoqiqi:log:1.0.4")
'io.github.maoqiqi:log:aar:1.0.4'
<dependency org="io.github.maoqiqi" name="log" rev="1.0.4">
<artifact name="log" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.maoqiqi', module='log', version='1.0.4')
)
libraryDependencies += "io.github.maoqiqi" % "log" % "1.0.4"
[io.github.maoqiqi/log "1.0.4"]