Categories |
CategoriesReact User Interface Web Frameworks |
---|---|
GroupId | GroupIdio.smallrye.reactive |
ArtifactId | ArtifactIdmutiny-project |
Version | Version0.8.0 |
Type | Typepom |
Filename | Size |
---|---|
mutiny-project-0.8.0.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.smallrye.reactive/mutiny-project/ -->
<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>mutiny-project</artifactId>
<version>0.8.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye.reactive/mutiny-project/
implementation 'io.smallrye.reactive:mutiny-project:0.8.0'
// https://jarcasting.com/artifacts/io.smallrye.reactive/mutiny-project/
implementation ("io.smallrye.reactive:mutiny-project:0.8.0")
'io.smallrye.reactive:mutiny-project:pom:0.8.0'
<dependency org="io.smallrye.reactive" name="mutiny-project" rev="0.8.0">
<artifact name="mutiny-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.smallrye.reactive', module='mutiny-project', version='0.8.0')
)
libraryDependencies += "io.smallrye.reactive" % "mutiny-project" % "0.8.0"
[io.smallrye.reactive/mutiny-project "0.8.0"]