License |
License |
---|---|
GroupId | GroupIdtop.qinbaowei |
ArtifactId | ArtifactIdlog |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typeaar |
Description |
Descriptionlog
A simple log libray.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
log-1.0.pom | |
log-1.0-sources.jar | 3 KB |
log-1.0-javadoc.jar | 388 KB |
Browse |
<!-- https://jarcasting.com/artifacts/top.qinbaowei/log/ -->
<dependency>
<groupId>top.qinbaowei</groupId>
<artifactId>log</artifactId>
<version>1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/top.qinbaowei/log/
implementation 'top.qinbaowei:log:1.0'
// https://jarcasting.com/artifacts/top.qinbaowei/log/
implementation ("top.qinbaowei:log:1.0")
'top.qinbaowei:log:aar:1.0'
<dependency org="top.qinbaowei" name="log" rev="1.0">
<artifact name="log" type="aar" />
</dependency>
@Grapes(
@Grab(group='top.qinbaowei', module='log', version='1.0')
)
libraryDependencies += "top.qinbaowei" % "log" % "1.0"
[top.qinbaowei/log "1.0"]