| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаnet.leanix.poms |
| Идентификатор | Идентификаторcommon-parent |
| Последняя версия | Последняя версия2.0.2 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеcommon-parent
General leanIX parent pom to define the versions of used
libraries and plugins. All common settings are defined here.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| common-parent-2.0.2.pom | 14 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.leanix.poms/common-parent/ -->
<dependency>
<groupId>net.leanix.poms</groupId>
<artifactId>common-parent</artifactId>
<version>2.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.leanix.poms/common-parent/
implementation 'net.leanix.poms:common-parent:2.0.2'
// https://jarcasting.com/artifacts/net.leanix.poms/common-parent/
implementation ("net.leanix.poms:common-parent:2.0.2")
'net.leanix.poms:common-parent:pom:2.0.2'
<dependency org="net.leanix.poms" name="common-parent" rev="2.0.2">
<artifact name="common-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.leanix.poms', module='common-parent', version='2.0.2')
)
libraryDependencies += "net.leanix.poms" % "common-parent" % "2.0.2"
[net.leanix.poms/common-parent "2.0.2"]