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