🚨 AtomicJar is now part of Docker 🐋! Read the blog

Documentation

Java

Official Module

Diagrid
We partner with software vendors to maintain and certify official modules.

Description

Dapr is a CNCF and open-source project to enable developers with a consistent set of application-level APIs to develop faster cloud-native applications.

Examples

Dependency:
<dependency>
    <groupId>io.diagrid.testcontainers</groupId>
    <artifactId>dapr</artifactId>
    <version>0.10.14</version>
    <scope>test</scope>
</dependency>
Usage:
var dapr = new DaprContainer("daprio/daprd:1.13.2");
dapr.start();