| License |
License |
|---|---|
| Categories |
CategoriesReact User Interface Web Frameworks |
| GroupId | GroupIdio.reacted |
| ArtifactId | ArtifactIdreacted-core |
| Last Version | Last Version1.5.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJava actor framework for building replayable microservices based applications in a distributed and
heterogeneous environment
|
| Filename | Size |
|---|---|
| reacted-core-1.5.0.pom | |
| reacted-core-1.5.0.jar | 168 KB |
| reacted-core-1.5.0-sources.jar | 85 KB |
| reacted-core-1.5.0-javadoc.jar | 933 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.reacted/reacted-core/ -->
<dependency>
<groupId>io.reacted</groupId>
<artifactId>reacted-core</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.reacted/reacted-core/
implementation 'io.reacted:reacted-core:1.5.0'
// https://jarcasting.com/artifacts/io.reacted/reacted-core/
implementation ("io.reacted:reacted-core:1.5.0")
'io.reacted:reacted-core:jar:1.5.0'
<dependency org="io.reacted" name="reacted-core" rev="1.5.0">
<artifact name="reacted-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.reacted', module='reacted-core', version='1.5.0')
)
libraryDependencies += "io.reacted" % "reacted-core" % "1.5.0"
[io.reacted/reacted-core "1.5.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.commons : commons-lang3 | jar | 3.12.0 |
| io.reacted : reacted-pattern | jar | 1.5.0 |
| org.slf4j : slf4j-api | jar | 2.0.0-alpha1 |
| org.slf4j : slf4j-simple | jar | 2.0.0-alpha1 |
| commons-io : commons-io | jar | 2.8.0 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.12.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.7.2 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.7.2 |
| org.junit.jupiter : junit-jupiter-params | jar | 5.7.2 |
| org.mockito : mockito-core | jar | 3.10.0 |
| org.awaitility : awaitility | jar | 4.0.3 |