m

mutiny-project

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