is not current version
Last Version 1.1.1

com.tomgibara.fundament:fundament 1.0.0

Fundamental Java abstractions

GroupId

GroupId

com.tomgibara.fundament
ArtifactId

ArtifactId

fundament
Version

Version

1.0.0
Type

Type

jar

Download fundament 1.0.0


<!-- https://jarcasting.com/artifacts/com.tomgibara.fundament/fundament/ -->
<dependency>
    <groupId>com.tomgibara.fundament</groupId>
    <artifactId>fundament</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.tomgibara.fundament/fundament/
implementation 'com.tomgibara.fundament:fundament:1.0.0'
// https://jarcasting.com/artifacts/com.tomgibara.fundament/fundament/
implementation ("com.tomgibara.fundament:fundament:1.0.0")
'com.tomgibara.fundament:fundament:jar:1.0.0'
<dependency org="com.tomgibara.fundament" name="fundament" rev="1.0.0">
  <artifact name="fundament" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tomgibara.fundament', module='fundament', version='1.0.0')
)
libraryDependencies += "com.tomgibara.fundament" % "fundament" % "1.0.0"
[com.tomgibara.fundament/fundament "1.0.0"]