| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.finra.herd |
| Идентификатор | Идентификаторherd-build |
| Последняя версия | Последняя версия0.160.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеherd build
This is the base pom for the build related sub-projects. The build projects contain all non-code related support files.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| herd-build-0.160.0.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.finra.herd/herd-build/ -->
<dependency>
<groupId>org.finra.herd</groupId>
<artifactId>herd-build</artifactId>
<version>0.160.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.finra.herd/herd-build/
implementation 'org.finra.herd:herd-build:0.160.0'
// https://jarcasting.com/artifacts/org.finra.herd/herd-build/
implementation ("org.finra.herd:herd-build:0.160.0")
'org.finra.herd:herd-build:pom:0.160.0'
<dependency org="org.finra.herd" name="herd-build" rev="0.160.0">
<artifact name="herd-build" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.finra.herd', module='herd-build', version='0.160.0')
)
libraryDependencies += "org.finra.herd" % "herd-build" % "0.160.0"
[org.finra.herd/herd-build "0.160.0"]