m

mats-util

Mats^3 Utilities - notably the MatsFuturizer, which provides a bridge from synchronous processes to the highly asynchronous Mats^3 services.
https://github.com/centiservice/mats3
PolyForm Perimeter License 1.0.0 with examples
Endre Stølsvik
Files download
File Operation
mats-util-0.19.18-2024-04-19.jar download
mats-util-0.19.18-2024-04-19.pom download
mats-util-0.19.18-2024-04-19-sources.jar download
Apache Maven
<dependency>
  <groupId>io.mats3</groupId>
  <artifactId>mats-util</artifactId>
  <version>0.19.18-2024-04-19</version>
</dependency>
Gradle Groovy
implementation 'io.mats3:mats-util:0.19.18-2024-04-19'
Gradle Kotlin
implementation("io.mats3:mats-util:0.19.18-2024-04-19")
Scala SBT
libraryDependencies += "io.mats3" % "mats-util" % "0.19.18-2024-04-19"
Groovy Grape
@Grapes(
  @Grab(group='io.mats3', module='mats-util', version='0.19.18-2024-04-19')
)
Apache Ivy
<dependency org="io.mats3" name="mats-util" rev="0.19.18-2024-04-19" />
Leiningen
[io.mats3/mats-util "0.19.18-2024-04-19"]
Apache Buildr
'io.mats3:mats-util:jar:0.19.18-2024-04-19'