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