k

k-stack-native

Simple, pure Kotlin stack implementation
https://github.com/k-libs/k-stack
MIT
Elizabeth Paige Harper
Files download
File Operation
k-stack-native-0.1.0.pom download
k-stack-native-0.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.foxcapades.lib</groupId>
  <artifactId>k-stack-native</artifactId>
  <version>0.1.0</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'io.foxcapades.lib:k-stack-native:0.1.0'
Gradle Kotlin
implementation("io.foxcapades.lib:k-stack-native:0.1.0")
Scala SBT
libraryDependencies += "io.foxcapades.lib" % "k-stack-native" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='io.foxcapades.lib', module='k-stack-native', version='0.1.0')
)
Apache Ivy
<dependency org="io.foxcapades.lib" name="k-stack-native" rev="0.1.0" />
Leiningen
[io.foxcapades.lib/k-stack-native "0.1.0"]
Apache Buildr
'io.foxcapades.lib:k-stack-native:jar:0.1.0'