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