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