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