s

swiftboot-utils

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