s

swiftboot-utils

企业应用开发常用工具类
Files download
File Operation
swiftboot-utils-1.3-beta3.jar download
swiftboot-utils-1.3-beta3.pom download
swiftboot-utils-1.3-beta3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.swiftech</groupId>
  <artifactId>swiftboot-utils</artifactId>
  <version>1.3-beta3</version>
</dependency>
Gradle Groovy
implementation 'com.github.swiftech:swiftboot-utils:1.3-beta3'
Gradle Kotlin
implementation("com.github.swiftech:swiftboot-utils:1.3-beta3")
Scala SBT
libraryDependencies += "com.github.swiftech" % "swiftboot-utils" % "1.3-beta3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.swiftech', module='swiftboot-utils', version='1.3-beta3')
)
Apache Ivy
<dependency org="com.github.swiftech" name="swiftboot-utils" rev="1.3-beta3" />
Leiningen
[com.github.swiftech/swiftboot-utils "1.3-beta3"]
Apache Buildr
'com.github.swiftech:swiftboot-utils:jar:1.3-beta3'