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