m

mutiny-project

Intuitive Event-Driven Reactive Programming Library for Java
Apache License, Version 2.0
SmallRye
Clement Escoffier Julien Ponge
Files download
File Operation
mutiny-project-0.18.1.pom download
Apache Maven
<dependency>
  <groupId>io.smallrye.reactive</groupId>
  <artifactId>mutiny-project</artifactId>
  <version>0.18.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.smallrye.reactive:mutiny-project:0.18.1'
Gradle Kotlin
implementation("io.smallrye.reactive:mutiny-project:0.18.1")
Scala SBT
libraryDependencies += "io.smallrye.reactive" % "mutiny-project" % "0.18.1"
Groovy Grape
@Grapes(
  @Grab(group='io.smallrye.reactive', module='mutiny-project', version='0.18.1')
)
Apache Ivy
<dependency org="io.smallrye.reactive" name="mutiny-project" rev="0.18.1" />
Leiningen
[io.smallrye.reactive/mutiny-project "0.18.1"]
Apache Buildr
'io.smallrye.reactive:mutiny-project:jar:0.18.1'