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