s

swiftboot-web

Base module for enterprise web applications
文件下载
文件名 操作
swiftboot-web-1.3-beta3.jar 下载
swiftboot-web-1.3-beta3.pom 下载
swiftboot-web-1.3-beta3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.swiftech</groupId>
  <artifactId>swiftboot-web</artifactId>
  <version>1.3-beta3</version>
</dependency>
Gradle Groovy
implementation 'com.github.swiftech:swiftboot-web:1.3-beta3'
Gradle Kotlin
implementation("com.github.swiftech:swiftboot-web:1.3-beta3")
Scala SBT
libraryDependencies += "com.github.swiftech" % "swiftboot-web" % "1.3-beta3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.swiftech', module='swiftboot-web', version='1.3-beta3')
)
Apache Ivy
<dependency org="com.github.swiftech" name="swiftboot-web" rev="1.3-beta3" />
Leiningen
[com.github.swiftech/swiftboot-web "1.3-beta3"]
Apache Buildr
'com.github.swiftech:swiftboot-web:jar:1.3-beta3'