m

mutiny-project

A library to build reactive APIs
Apache License, Version 2.0
SmallRye
Clement Escoffier
Files download
File Operation
mutiny-project-0.5.1.pom download
Apache Maven
<dependency>
  <groupId>io.smallrye.reactive</groupId>
  <artifactId>mutiny-project</artifactId>
  <version>0.5.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.smallrye.reactive:mutiny-project:0.5.1'
Gradle Kotlin
implementation("io.smallrye.reactive:mutiny-project:0.5.1")
Scala SBT
libraryDependencies += "io.smallrye.reactive" % "mutiny-project" % "0.5.1"
Groovy Grape
@Grapes(
  @Grab(group='io.smallrye.reactive', module='mutiny-project', version='0.5.1')
)
Apache Ivy
<dependency org="io.smallrye.reactive" name="mutiny-project" rev="0.5.1" />
Leiningen
[io.smallrye.reactive/mutiny-project "0.5.1"]
Apache Buildr
'io.smallrye.reactive:mutiny-project:jar:0.5.1'