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