License |
License |
---|---|
GroupId | GroupIdua.pp.ihorzak |
ArtifactId | ArtifactIdalog |
Version | Version0.5.0 |
Type | Typeaar |
Description |
DescriptionALog
Simple Android logger based on android.util.Log
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
alog-0.5.0.pom | |
alog-0.5.0-sources.jar | 35 KB |
alog-0.5.0-javadoc.jar | 422 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ua.pp.ihorzak/alog/ -->
<dependency>
<groupId>ua.pp.ihorzak</groupId>
<artifactId>alog</artifactId>
<version>0.5.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/ua.pp.ihorzak/alog/
implementation 'ua.pp.ihorzak:alog:0.5.0'
// https://jarcasting.com/artifacts/ua.pp.ihorzak/alog/
implementation ("ua.pp.ihorzak:alog:0.5.0")
'ua.pp.ihorzak:alog:aar:0.5.0'
<dependency org="ua.pp.ihorzak" name="alog" rev="0.5.0">
<artifact name="alog" type="aar" />
</dependency>
@Grapes(
@Grab(group='ua.pp.ihorzak', module='alog', version='0.5.0')
)
libraryDependencies += "ua.pp.ihorzak" % "alog" % "0.5.0"
[ua.pp.ihorzak/alog "0.5.0"]