License |
License |
---|---|
GroupId | GroupIdme.shikhov |
ArtifactId | ArtifactIdwlog |
Version | Version3.0.0 |
Type | Typeaar |
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.0.0.pom | |
wlog-3.0.0-sources.jar | 9 KB |
wlog-3.0.0-javadoc.jar | 309 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.shikhov/wlog/ -->
<dependency>
<groupId>me.shikhov</groupId>
<artifactId>wlog</artifactId>
<version>3.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/me.shikhov/wlog/
implementation 'me.shikhov:wlog:3.0.0'
// https://jarcasting.com/artifacts/me.shikhov/wlog/
implementation ("me.shikhov:wlog:3.0.0")
'me.shikhov:wlog:aar:3.0.0'
<dependency org="me.shikhov" name="wlog" rev="3.0.0">
<artifact name="wlog" type="aar" />
</dependency>
@Grapes(
@Grab(group='me.shikhov', module='wlog', version='3.0.0')
)
libraryDependencies += "me.shikhov" % "wlog" % "3.0.0"
[me.shikhov/wlog "3.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.4.31 |