License |
License |
---|---|
Categories |
CategoriesReact User Interface Web Frameworks |
GroupId | GroupIdio.smallrye.reactive |
ArtifactId | ArtifactIdmutiny-project |
Version | Version1.1.2 |
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.1.2.pom | 17 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.smallrye.reactive/mutiny-project/ -->
<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>mutiny-project</artifactId>
<version>1.1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye.reactive/mutiny-project/
implementation 'io.smallrye.reactive:mutiny-project:1.1.2'
// https://jarcasting.com/artifacts/io.smallrye.reactive/mutiny-project/
implementation ("io.smallrye.reactive:mutiny-project:1.1.2")
'io.smallrye.reactive:mutiny-project:pom:1.1.2'
<dependency org="io.smallrye.reactive" name="mutiny-project" rev="1.1.2">
<artifact name="mutiny-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.smallrye.reactive', module='mutiny-project', version='1.1.2')
)
libraryDependencies += "io.smallrye.reactive" % "mutiny-project" % "1.1.2"
[io.smallrye.reactive/mutiny-project "1.1.2"]