License |
License |
---|---|
Categories |
CategoriesReact User Interface Web Frameworks |
GroupId | GroupIdio.smallrye.reactive |
ArtifactId | ArtifactIdmutiny-project |
Last Version | Last Version1.6.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSmallRye Mutiny - Parent
Intuitive Event-Driven Reactive Programming Library for Java
|
Project URL |
Project URL |
Project Organization |
Project OrganizationSmallRye |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mutiny-project-1.6.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>1.6.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye.reactive/mutiny-project/
implementation 'io.smallrye.reactive:mutiny-project:1.6.0'
// https://jarcasting.com/artifacts/io.smallrye.reactive/mutiny-project/
implementation ("io.smallrye.reactive:mutiny-project:1.6.0")
'io.smallrye.reactive:mutiny-project:pom:1.6.0'
<dependency org="io.smallrye.reactive" name="mutiny-project" rev="1.6.0">
<artifact name="mutiny-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.smallrye.reactive', module='mutiny-project', version='1.6.0')
)
libraryDependencies += "io.smallrye.reactive" % "mutiny-project" % "1.6.0"
[io.smallrye.reactive/mutiny-project "1.6.0"]