GroupId | GroupIdio.github.yueliangrensheng |
---|---|
ArtifactId | ArtifactIdxlog |
Version | Version1.0.1 |
Type | Typeaar |
Filename | Size |
---|---|
xlog-1.0.1.pom | |
xlog-1.0.1.aar | 17 KB |
xlog-1.0.1-sources.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.yueliangrensheng/xlog/ -->
<dependency>
<groupId>io.github.yueliangrensheng</groupId>
<artifactId>xlog</artifactId>
<version>1.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.yueliangrensheng/xlog/
implementation 'io.github.yueliangrensheng:xlog:1.0.1'
// https://jarcasting.com/artifacts/io.github.yueliangrensheng/xlog/
implementation ("io.github.yueliangrensheng:xlog:1.0.1")
'io.github.yueliangrensheng:xlog:aar:1.0.1'
<dependency org="io.github.yueliangrensheng" name="xlog" rev="1.0.1">
<artifact name="xlog" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.yueliangrensheng', module='xlog', version='1.0.1')
)
libraryDependencies += "io.github.yueliangrensheng" % "xlog" % "1.0.1"
[io.github.yueliangrensheng/xlog "1.0.1"]