MVN

com.workoss.boot : boot-starter

Maven & Gradle

Sep 18, 2023
<dependency>
    <groupId>com.workoss.boot</groupId>
    <artifactId>boot-starter</artifactId>
    <version>2023.2.1-M1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.workoss.boot : boot-starter to add to Maven - Latest Versions:

  • Latest Stable: 2023.2.1-M1

All Versions

Choose a version of com.workoss.boot : boot-starter to add to Maven - All Versions:

Version Vulnerabilities Updated
2023.2.x
boot-starter-2023.2.1-M1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.workoss.boot</groupId>
    <artifactId>boot-starter</artifactId>
    <version>2023.2.1-M1</version>
</dependency>