| GroupId | GroupIdcom.elvishew |
|---|---|
| ArtifactId | ArtifactIdxlog |
| Version | Version0.1.1 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| xlog-0.1.1.pom | |
| xlog-0.1.1.aar | 37 KB |
| xlog-0.1.1-sources.jar | 42 KB |
| xlog-0.1.1-javadoc.jar | 189 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.elvishew/xlog/ -->
<dependency>
<groupId>com.elvishew</groupId>
<artifactId>xlog</artifactId>
<version>0.1.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.elvishew/xlog/
implementation 'com.elvishew:xlog:0.1.1'
// https://jarcasting.com/artifacts/com.elvishew/xlog/
implementation ("com.elvishew:xlog:0.1.1")
'com.elvishew:xlog:aar:0.1.1'
<dependency org="com.elvishew" name="xlog" rev="0.1.1">
<artifact name="xlog" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.elvishew', module='xlog', version='0.1.1')
)
libraryDependencies += "com.elvishew" % "xlog" % "0.1.1"
[com.elvishew/xlog "0.1.1"]