MVN

com.github.swiftech : swiftboot

Maven & Gradle

Aug 13, 2023
9 stars

A rapid development framework based on Spring Boot, Spring MVC and Spring Data for enterprise

<dependency>
    <groupId>com.github.swiftech</groupId>
    <artifactId>swiftboot</artifactId>
    <version>2.4.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.swiftech : swiftboot to add to Maven - Latest Versions:

  • Latest Stable: 2.4.2
  • Latest Beta: 1.3-beta3

All Versions

Choose a version of com.github.swiftech : swiftboot to add to Maven - All Versions:

Version Vulnerabilities Updated
2.4.x
swiftboot-2.4.2
swiftboot-2.4.1
2.4
swiftboot-2.4
2.3.x
swiftboot-2.3.1
2.3
swiftboot-2.3
2.2.x
swiftboot-2.2.1
2.2
swiftboot-2.2
2.1.x
swiftboot-2.1.1
2.1
swiftboot-2.1
2.0.x
swiftboot-2.0.2
swiftboot-2.0.1
swiftboot-2.0.0
1.3
swiftboot-1.3-beta3
swiftboot-1.3-beta2
swiftboot-1.3-beta1
1.2.x
swiftboot-1.2.1
1.2
swiftboot-1.2
1.1.x
swiftboot-1.1.1
1.1
swiftboot-1.1
1.0.x
swiftboot-1.0.14
swiftboot-1.0.13

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.swiftech</groupId>
    <artifactId>swiftboot</artifactId>
    <version>2.4.2</version>
</dependency>

Advertisement