is not current version
Last Version 3.0.2

com.sefford:kor-common 2.0

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

GroupId

GroupId

com.sefford
ArtifactId

ArtifactId

kor-common
Version

Version

2.0
Type

Type

jar

Download kor-common 2.0


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