| License |
License |
|---|---|
| GroupId | GroupIdcom.tomgibara.fundament |
| ArtifactId | ArtifactIdfundament |
| Last Version | Last Version1.1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionFundament
Fundamental Java abstractions
|
| Filename | Size |
|---|---|
| fundament-1.1.1.pom | |
| fundament-1.1.1.jar | 4 KB |
| fundament-1.1.1-sources.jar | 3 KB |
| fundament-1.1.1-javadoc.jar | 38 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.tomgibara.fundament/fundament/ -->
<dependency>
<groupId>com.tomgibara.fundament</groupId>
<artifactId>fundament</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.tomgibara.fundament/fundament/
implementation 'com.tomgibara.fundament:fundament:1.1.1'
// https://jarcasting.com/artifacts/com.tomgibara.fundament/fundament/
implementation ("com.tomgibara.fundament:fundament:1.1.1")
'com.tomgibara.fundament:fundament:jar:1.1.1'
<dependency org="com.tomgibara.fundament" name="fundament" rev="1.1.1">
<artifact name="fundament" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tomgibara.fundament', module='fundament', version='1.1.1')
)
libraryDependencies += "com.tomgibara.fundament" % "fundament" % "1.1.1"
[com.tomgibara.fundament/fundament "1.1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |