License |
License |
---|---|
Categories |
CategoriesReact User Interface Web Frameworks |
GroupId | GroupIdio.reacted |
ArtifactId | ArtifactIdreacted-all |
Last Version | Last Version1.5.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionReActed
Java actor framework for building replayable microservices based applications in a distributed and
heterogeneous environment
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
reacted-all-1.5.0.pom | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.reacted/reacted-all/ -->
<dependency>
<groupId>io.reacted</groupId>
<artifactId>reacted-all</artifactId>
<version>1.5.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.reacted/reacted-all/
implementation 'io.reacted:reacted-all:1.5.0'
// https://jarcasting.com/artifacts/io.reacted/reacted-all/
implementation ("io.reacted:reacted-all:1.5.0")
'io.reacted:reacted-all:pom:1.5.0'
<dependency org="io.reacted" name="reacted-all" rev="1.5.0">
<artifact name="reacted-all" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.reacted', module='reacted-all', version='1.5.0')
)
libraryDependencies += "io.reacted" % "reacted-all" % "1.5.0"
[io.reacted/reacted-all "1.5.0"]