s

swiftboot

企业Web应用快速开发开发框架
The Apache Software License, Version 2.0
swiftboot
Files download
File Operation
swiftboot-1.3-beta3.pom download
Apache Maven
<dependency>
  <groupId>com.github.swiftech</groupId>
  <artifactId>swiftboot</artifactId>
  <version>1.3-beta3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.swiftech:swiftboot:1.3-beta3'
Gradle Kotlin
implementation("com.github.swiftech:swiftboot:1.3-beta3")
Scala SBT
libraryDependencies += "com.github.swiftech" % "swiftboot" % "1.3-beta3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.swiftech', module='swiftboot', version='1.3-beta3')
)
Apache Ivy
<dependency org="com.github.swiftech" name="swiftboot" rev="1.3-beta3" />
Leiningen
[com.github.swiftech/swiftboot "1.3-beta3"]
Apache Buildr
'com.github.swiftech:swiftboot:jar:1.3-beta3'