k

kase-possible

A kotlin multiplatform library to present common UI states
https://github.com/aSoft-Ltd/kase
MIT License
Anderson Lameck
Files download
File Operation
kase-possible-3.0.3.jar download
kase-possible-3.0.3.pom download
kase-possible-3.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>tz.co.asoft</groupId>
  <artifactId>kase-possible</artifactId>
  <version>3.0.3</version>
</dependency>
Gradle Groovy
implementation 'tz.co.asoft:kase-possible:3.0.3'
Gradle Kotlin
implementation("tz.co.asoft:kase-possible:3.0.3")
Scala SBT
libraryDependencies += "tz.co.asoft" % "kase-possible" % "3.0.3"
Groovy Grape
@Grapes(
  @Grab(group='tz.co.asoft', module='kase-possible', version='3.0.3')
)
Apache Ivy
<dependency org="tz.co.asoft" name="kase-possible" rev="3.0.3" />
Leiningen
[tz.co.asoft/kase-possible "3.0.3"]
Apache Buildr
'tz.co.asoft:kase-possible:jar:3.0.3'