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