How to install the Java artifact io.dapr.dapr-sdk-springboot with Maven
Java
Maven
pom.xml
io.dapr
dapr-sdk-springboot
Add the following lines to your pom.xml within the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>io.dapr</groupId>
<artifactId>dapr-sdk-springboot</artifactId>
<version>1.0.0-rc-2</version>
</dependency>
/dependencies>