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