is not current version
Last Version 1.0.3

com.ekeitho.uni:uni 1.0.0

A kotlin flowy unidirectional archtecture with a dazzle of DSL.

GroupId

GroupId

com.ekeitho.uni
ArtifactId

ArtifactId

uni
Version

Version

1.0.0
Type

Type

aar

Download uni 1.0.0


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