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