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