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