GroupId | GroupIdtop.heue.utils |
---|---|
ArtifactId | ArtifactIdlog |
Version | Version1.0.4 |
Type | Typeaar |
Filename | Size |
---|---|
log-1.0.4.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/top.heue.utils/log/ -->
<dependency>
<groupId>top.heue.utils</groupId>
<artifactId>log</artifactId>
<version>1.0.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/top.heue.utils/log/
implementation 'top.heue.utils:log:1.0.4'
// https://jarcasting.com/artifacts/top.heue.utils/log/
implementation ("top.heue.utils:log:1.0.4")
'top.heue.utils:log:aar:1.0.4'
<dependency org="top.heue.utils" name="log" rev="1.0.4">
<artifact name="log" type="aar" />
</dependency>
@Grapes(
@Grab(group='top.heue.utils', module='log', version='1.0.4')
)
libraryDependencies += "top.heue.utils" % "log" % "1.0.4"
[top.heue.utils/log "1.0.4"]