| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.committed.invest |
| Идентификатор | Идентификаторinvest-dependencies |
| Версия | Версия0.7.2 |
| Тип | Типpom |
| Описание |
ОписаниеInvest Java BOM
Bill of Materials for Invest based Java projects
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| invest-dependencies-0.7.2.pom | 8 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.committed.invest/invest-dependencies/ -->
<dependency>
<groupId>io.committed.invest</groupId>
<artifactId>invest-dependencies</artifactId>
<version>0.7.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.committed.invest/invest-dependencies/
implementation 'io.committed.invest:invest-dependencies:0.7.2'
// https://jarcasting.com/artifacts/io.committed.invest/invest-dependencies/
implementation ("io.committed.invest:invest-dependencies:0.7.2")
'io.committed.invest:invest-dependencies:pom:0.7.2'
<dependency org="io.committed.invest" name="invest-dependencies" rev="0.7.2">
<artifact name="invest-dependencies" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.committed.invest', module='invest-dependencies', version='0.7.2')
)
libraryDependencies += "io.committed.invest" % "invest-dependencies" % "0.7.2"
[io.committed.invest/invest-dependencies "0.7.2"]