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