License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdcom.github.sahasbhop |
ArtifactId | ArtifactIdformatted-log |
Version | Version0.0.5 |
Type | Typeaar |
Description |
DescriptionFLog
Android Log wrapper class that supports string formatting and automatically generate a tag
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
formatted-log-0.0.5.pom | |
formatted-log-0.0.5.aar | 6 KB |
formatted-log-0.0.5-sources.jar | 3 KB |
formatted-log-0.0.5-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sahasbhop/formatted-log/ -->
<dependency>
<groupId>com.github.sahasbhop</groupId>
<artifactId>formatted-log</artifactId>
<version>0.0.5</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.sahasbhop/formatted-log/
implementation 'com.github.sahasbhop:formatted-log:0.0.5'
// https://jarcasting.com/artifacts/com.github.sahasbhop/formatted-log/
implementation ("com.github.sahasbhop:formatted-log:0.0.5")
'com.github.sahasbhop:formatted-log:aar:0.0.5'
<dependency org="com.github.sahasbhop" name="formatted-log" rev="0.0.5">
<artifact name="formatted-log" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.sahasbhop', module='formatted-log', version='0.0.5')
)
libraryDependencies += "com.github.sahasbhop" % "formatted-log" % "0.0.5"
[com.github.sahasbhop/formatted-log "0.0.5"]