MVN

io.kalix : kalix-spring-boot-parent

Maven & Gradle

Apr 24, 2024

Kalix Spring Boot Parent pom · This is the parent pom for Kalix applications based on Spring. It contains all dependencies and plugins to build a Kalix service using the Kalix Java SDK.

<dependency>
    <groupId>io.kalix</groupId>
    <artifactId>kalix-spring-boot-parent</artifactId>
    <version>1.4.1-49-a7639680</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.kalix : kalix-spring-boot-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.4.1-49-a7639680

All Versions

Choose a version of io.kalix : kalix-spring-boot-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.4.x
kalix-spring-boot-parent-1.4.1-49-a7639680

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.kalix</groupId>
    <artifactId>kalix-spring-boot-parent</artifactId>
    <version>1.4.1-49-a7639680</version>
</dependency>