License |
License |
---|---|
GroupId | GroupIdme.shikhov |
ArtifactId | ArtifactIdwlog |
Last Version | Last Version3.5.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionwlog
Android Log wrapper with handy methods to remove clutter & add formatted output
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
wlog-3.5.0.pom | -1 bytes |
wlog-3.5.0-sources.jar | 11 KB |
wlog-3.5.0-release.aar | 14 KB |
wlog-3.5.0-javadoc.jar | 38 KB |
wlog-3.5.0-debug.aar | 14 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.shikhov/wlog/ -->
<dependency>
<groupId>me.shikhov</groupId>
<artifactId>wlog</artifactId>
<version>3.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/me.shikhov/wlog/
implementation 'me.shikhov:wlog:3.5.0'
// https://jarcasting.com/artifacts/me.shikhov/wlog/
implementation ("me.shikhov:wlog:3.5.0")
'me.shikhov:wlog:jar:3.5.0'
<dependency org="me.shikhov" name="wlog" rev="3.5.0">
<artifact name="wlog" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.shikhov', module='wlog', version='3.5.0')
)
libraryDependencies += "me.shikhov" % "wlog" % "3.5.0"
[me.shikhov/wlog "3.5.0"]
Group / Artifact | Type | Version |
---|---|---|
androidx.annotation » annotation | jar | 1.1.0 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.5.30 |