Categories |
CategoriesNet |
---|---|
GroupId | GroupIdme.kennethyo.library |
ArtifactId | ArtifactIdylog |
Version | Version1.2 |
Type | Typeaar |
Filename | Size |
---|---|
ylog-1.2.pom | |
ylog-1.2.aar | 21 KB |
ylog-1.2-sources.jar | 5 KB |
ylog-1.2-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.kennethyo.library/ylog/ -->
<dependency>
<groupId>me.kennethyo.library</groupId>
<artifactId>ylog</artifactId>
<version>1.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/me.kennethyo.library/ylog/
implementation 'me.kennethyo.library:ylog:1.2'
// https://jarcasting.com/artifacts/me.kennethyo.library/ylog/
implementation ("me.kennethyo.library:ylog:1.2")
'me.kennethyo.library:ylog:aar:1.2'
<dependency org="me.kennethyo.library" name="ylog" rev="1.2">
<artifact name="ylog" type="aar" />
</dependency>
@Grapes(
@Grab(group='me.kennethyo.library', module='ylog', version='1.2')
)
libraryDependencies += "me.kennethyo.library" % "ylog" % "1.2"
[me.kennethyo.library/ylog "1.2"]