s

swiftboot-utils

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