GroupId | GroupIdcom.github.snowdream.android.util |
---|---|
ArtifactId | ArtifactIdlog |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
log-1.0.3.pom | |
log-1.0.3.jar | 10 KB |
log-1.0.3-sources.jar | 5 KB |
log-1.0.3-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.snowdream.android.util/log/ -->
<dependency>
<groupId>com.github.snowdream.android.util</groupId>
<artifactId>log</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.snowdream.android.util/log/
implementation 'com.github.snowdream.android.util:log:1.0.3'
// https://jarcasting.com/artifacts/com.github.snowdream.android.util/log/
implementation ("com.github.snowdream.android.util:log:1.0.3")
'com.github.snowdream.android.util:log:jar:1.0.3'
<dependency org="com.github.snowdream.android.util" name="log" rev="1.0.3">
<artifact name="log" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.snowdream.android.util', module='log', version='1.0.3')
)
libraryDependencies += "com.github.snowdream.android.util" % "log" % "1.0.3"
[com.github.snowdream.android.util/log "1.0.3"]