b

ballast-api-iosarm64

Opinionated Application State Management framework for Kotlin Multiplatform
https://github.com/copper-leaf/ballast
BSD-3-Clause
Casey Brooks
文件下载
文件名 操作
ballast-api-iosarm64-4.0.0.pom 下载
ballast-api-iosarm64-4.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.copper-leaf</groupId>
  <artifactId>ballast-api-iosarm64</artifactId>
  <version>4.0.0</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'io.github.copper-leaf:ballast-api-iosarm64:4.0.0'
Gradle Kotlin
implementation("io.github.copper-leaf:ballast-api-iosarm64:4.0.0")
Scala SBT
libraryDependencies += "io.github.copper-leaf" % "ballast-api-iosarm64" % "4.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.copper-leaf', module='ballast-api-iosarm64', version='4.0.0')
)
Apache Ivy
<dependency org="io.github.copper-leaf" name="ballast-api-iosarm64" rev="4.0.0" />
Leiningen
[io.github.copper-leaf/ballast-api-iosarm64 "4.0.0"]
Apache Buildr
'io.github.copper-leaf:ballast-api-iosarm64:jar:4.0.0'