GroupId | GroupIdcom.github.simonpercic |
---|---|
ArtifactId | ArtifactIdoklog |
Version | Version0.1.1 |
Type | Typeaar |
Filename | Size |
---|---|
oklog-0.1.1.pom | |
oklog-0.1.1.aar | 6 KB |
oklog-0.1.1-sources.jar | 4 KB |
oklog-0.1.1-javadoc.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.simonpercic/oklog/ -->
<dependency>
<groupId>com.github.simonpercic</groupId>
<artifactId>oklog</artifactId>
<version>0.1.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.simonpercic/oklog/
implementation 'com.github.simonpercic:oklog:0.1.1'
// https://jarcasting.com/artifacts/com.github.simonpercic/oklog/
implementation ("com.github.simonpercic:oklog:0.1.1")
'com.github.simonpercic:oklog:aar:0.1.1'
<dependency org="com.github.simonpercic" name="oklog" rev="0.1.1">
<artifact name="oklog" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.simonpercic', module='oklog', version='0.1.1')
)
libraryDependencies += "com.github.simonpercic" % "oklog" % "0.1.1"
[com.github.simonpercic/oklog "0.1.1"]