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