s

swiftboot-web

Basic module for enterprise web applications
Files download
File Operation
swiftboot-web-2.1.jar download
swiftboot-web-2.1.pom download
swiftboot-web-2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.swiftech</groupId>
  <artifactId>swiftboot-web</artifactId>
  <version>2.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.swiftech:swiftboot-web:2.1'
Gradle Kotlin
implementation("com.github.swiftech:swiftboot-web:2.1")
Scala SBT
libraryDependencies += "com.github.swiftech" % "swiftboot-web" % "2.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.swiftech', module='swiftboot-web', version='2.1')
)
Apache Ivy
<dependency org="com.github.swiftech" name="swiftboot-web" rev="2.1" />
Leiningen
[com.github.swiftech/swiftboot-web "2.1"]
Apache Buildr
'com.github.swiftech:swiftboot-web:jar:2.1'
Dependencies