f

fundament

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