is not current version
Last Version 1.0.5

com.sefford:kor-android 1.0.1

Kor common platform to implement a clean architecture over your Android application

GroupId

GroupId

com.sefford
ArtifactId

ArtifactId

kor-android
Version

Version

1.0.1
Type

Type

aar

Download kor-android 1.0.1


<!-- https://jarcasting.com/artifacts/com.sefford/kor-android/ -->
<dependency>
    <groupId>com.sefford</groupId>
    <artifactId>kor-android</artifactId>
    <version>1.0.1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.sefford/kor-android/
implementation 'com.sefford:kor-android:1.0.1'
// https://jarcasting.com/artifacts/com.sefford/kor-android/
implementation ("com.sefford:kor-android:1.0.1")
'com.sefford:kor-android:aar:1.0.1'
<dependency org="com.sefford" name="kor-android" rev="1.0.1">
  <artifact name="kor-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.sefford', module='kor-android', version='1.0.1')
)
libraryDependencies += "com.sefford" % "kor-android" % "1.0.1"
[com.sefford/kor-android "1.0.1"]