| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.soft4rchitecture |
| Идентификатор | Идентификаторfitness.functions.bom |
| Версия | Версия0.3.0 |
| Тип | Типpom |
| Описание |
ОписаниеArchitecture 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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| fitness.functions.bom-0.3.0.pom | 3 KB |
| Обзор |
<!-- 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"]