s

swiftboot-utils

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