d

di-iosx64

Basic architectural components for mobile apps (annotations, monads, etc.) by Humans.
https://github.com/humans-group/humans-arch
MIT License
Humans Group
Files download
File Operation
di-iosx64-2023.07.08-TEST.pom download
di-iosx64-2023.07.08-TEST-sources.jar download
Apache Maven
<dependency>
  <groupId>net.humans.kmm.arch</groupId>
  <artifactId>di-iosx64</artifactId>
  <version>2023.07.08-TEST</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'net.humans.kmm.arch:di-iosx64:2023.07.08-TEST'
Gradle Kotlin
implementation("net.humans.kmm.arch:di-iosx64:2023.07.08-TEST")
Scala SBT
libraryDependencies += "net.humans.kmm.arch" % "di-iosx64" % "2023.07.08-TEST"
Groovy Grape
@Grapes(
  @Grab(group='net.humans.kmm.arch', module='di-iosx64', version='2023.07.08-TEST')
)
Apache Ivy
<dependency org="net.humans.kmm.arch" name="di-iosx64" rev="2023.07.08-TEST" />
Leiningen
[net.humans.kmm.arch/di-iosx64 "2023.07.08-TEST"]
Apache Buildr
'net.humans.kmm.arch:di-iosx64:jar:2023.07.08-TEST'