Files download
File Operation
funderby-0.1.1.jar download
funderby-0.1.1.pom download
funderby-0.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.tommyettinger</groupId>
  <artifactId>funderby</artifactId>
  <version>0.1.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.tommyettinger:funderby:0.1.1'
Gradle Kotlin
implementation("com.github.tommyettinger:funderby:0.1.1")
Scala SBT
libraryDependencies += "com.github.tommyettinger" % "funderby" % "0.1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.tommyettinger', module='funderby', version='0.1.1')
)
Apache Ivy
<dependency org="com.github.tommyettinger" name="funderby" rev="0.1.1" />
Leiningen
[com.github.tommyettinger/funderby "0.1.1"]
Apache Buildr
'com.github.tommyettinger:funderby:jar:0.1.1'
Dependencies
The project has no third-party dependencies