s

swiftboot

A rapid development framework based on Spring Boot, Spring MVC and Spring Data for enterprise
The Apache Software License, Version 2.0
swiftech
Files download
File Operation
swiftboot-2.4.7.pom download
Apache Maven
<dependency>
  <groupId>com.github.swiftech</groupId>
  <artifactId>swiftboot</artifactId>
  <version>2.4.7</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.swiftech:swiftboot:2.4.7'
Gradle Kotlin
implementation("com.github.swiftech:swiftboot:2.4.7")
Scala SBT
libraryDependencies += "com.github.swiftech" % "swiftboot" % "2.4.7"
Groovy Grape
@Grapes(
  @Grab(group='com.github.swiftech', module='swiftboot', version='2.4.7')
)
Apache Ivy
<dependency org="com.github.swiftech" name="swiftboot" rev="2.4.7" />
Leiningen
[com.github.swiftech/swiftboot "2.4.7"]
Apache Buildr
'com.github.swiftech:swiftboot:jar:2.4.7'