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