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