s

swiftboot-utils

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