GroupId | GroupIdcom.github.snowdream.android.util |
---|---|
ArtifactId | ArtifactIdlog |
Version | Version0.0.5 |
Type | Typejar |
Filename | Size |
---|---|
log-0.0.5.pom | |
log-0.0.5.jar | 2 KB |
log-0.0.5-sources.jar | 2 KB |
log-0.0.5-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>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.snowdream.android.util/log/
implementation 'com.github.snowdream.android.util:log:0.0.5'
// https://jarcasting.com/artifacts/com.github.snowdream.android.util/log/
implementation ("com.github.snowdream.android.util:log:0.0.5")
'com.github.snowdream.android.util:log:jar:0.0.5'
<dependency org="com.github.snowdream.android.util" name="log" rev="0.0.5">
<artifact name="log" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.snowdream.android.util', module='log', version='0.0.5')
)
libraryDependencies += "com.github.snowdream.android.util" % "log" % "0.0.5"
[com.github.snowdream.android.util/log "0.0.5"]