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