| License |
License |
|---|---|
| GroupId | GroupIdio.github.soft4rchitecture |
| ArtifactId | ArtifactIdfitness.functions.bom |
| Version | Version0.3.0 |
| Type | Typepom |
| Description |
DescriptionArchitecture Fitness Functions Bill Of Materials
This project first helps managing dependencies for various Architecture Fitness Functions tools.
Various other BoMs will probably grow out of that initial project, like Test Dependency Management BoMs,
Architectype for Architecture Fitness Function aware java projects, etc.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| fitness.functions.bom-0.3.0.pom | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.soft4rchitecture/fitness.functions.bom/ -->
<dependency>
<groupId>io.github.soft4rchitecture</groupId>
<artifactId>fitness.functions.bom</artifactId>
<version>0.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.soft4rchitecture/fitness.functions.bom/
implementation 'io.github.soft4rchitecture:fitness.functions.bom:0.3.0'
// https://jarcasting.com/artifacts/io.github.soft4rchitecture/fitness.functions.bom/
implementation ("io.github.soft4rchitecture:fitness.functions.bom:0.3.0")
'io.github.soft4rchitecture:fitness.functions.bom:pom:0.3.0'
<dependency org="io.github.soft4rchitecture" name="fitness.functions.bom" rev="0.3.0">
<artifact name="fitness.functions.bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.soft4rchitecture', module='fitness.functions.bom', version='0.3.0')
)
libraryDependencies += "io.github.soft4rchitecture" % "fitness.functions.bom" % "0.3.0"
[io.github.soft4rchitecture/fitness.functions.bom "0.3.0"]