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