GroupId | GroupIdme.shikhov |
---|---|
ArtifactId | ArtifactIdwlog |
Version | Version1.2.4 |
Type | Typeaar |
Filename | Size |
---|---|
wlog-1.2.4.pom | |
wlog-1.2.4.aar | 13 KB |
wlog-1.2.4-sources.jar | 10 KB |
wlog-1.2.4-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.shikhov/wlog/ -->
<dependency>
<groupId>me.shikhov</groupId>
<artifactId>wlog</artifactId>
<version>1.2.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/me.shikhov/wlog/
implementation 'me.shikhov:wlog:1.2.4'
// https://jarcasting.com/artifacts/me.shikhov/wlog/
implementation ("me.shikhov:wlog:1.2.4")
'me.shikhov:wlog:aar:1.2.4'
<dependency org="me.shikhov" name="wlog" rev="1.2.4">
<artifact name="wlog" type="aar" />
</dependency>
@Grapes(
@Grab(group='me.shikhov', module='wlog', version='1.2.4')
)
libraryDependencies += "me.shikhov" % "wlog" % "1.2.4"
[me.shikhov/wlog "1.2.4"]