a

annotations

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
annotations-2023.07.08.jar download
annotations-2023.07.08.pom download
annotations-2023.07.08-sources.jar download
Apache Maven
<dependency>
  <groupId>net.humans.kmm.arch</groupId>
  <artifactId>annotations</artifactId>
  <version>2023.07.08</version>
</dependency>
Gradle Groovy
implementation 'net.humans.kmm.arch:annotations:2023.07.08'
Gradle Kotlin
implementation("net.humans.kmm.arch:annotations:2023.07.08")
Scala SBT
libraryDependencies += "net.humans.kmm.arch" % "annotations" % "2023.07.08"
Groovy Grape
@Grapes(
  @Grab(group='net.humans.kmm.arch', module='annotations', version='2023.07.08')
)
Apache Ivy
<dependency org="net.humans.kmm.arch" name="annotations" rev="2023.07.08" />
Leiningen
[net.humans.kmm.arch/annotations "2023.07.08"]
Apache Buildr
'net.humans.kmm.arch:annotations:jar:2023.07.08'