s

swiftboot-utils

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