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
文件下载
文件名 操作
swiftboot-2.2.1.pom 下载
Apache Maven
<dependency>
  <groupId>com.github.swiftech</groupId>
  <artifactId>swiftboot</artifactId>
  <version>2.2.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.swiftech:swiftboot:2.2.1'
Gradle Kotlin
implementation("com.github.swiftech:swiftboot:2.2.1")
Scala SBT
libraryDependencies += "com.github.swiftech" % "swiftboot" % "2.2.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.swiftech', module='swiftboot', version='2.2.1')
)
Apache Ivy
<dependency org="com.github.swiftech" name="swiftboot" rev="2.2.1" />
Leiningen
[com.github.swiftech/swiftboot "2.2.1"]
Apache Buildr
'com.github.swiftech:swiftboot:jar:2.2.1'