| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииIDE Инструменты разработки ORM Данные |
| Группа | Группаorg.openidentityplatform.commons |
| Идентификатор | Идентификаторparent |
| Последняя версия | Последняя версия2.0.15 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеorg.openidentityplatform.commons.parent
Parent POM for Open Identity Platform Community projects. Provides default project build configuration.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| parent-2.0.15.pom | 58 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.openidentityplatform.commons/parent/ -->
<dependency>
<groupId>org.openidentityplatform.commons</groupId>
<artifactId>parent</artifactId>
<version>2.0.15</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.openidentityplatform.commons/parent/
implementation 'org.openidentityplatform.commons:parent:2.0.15'
// https://jarcasting.com/artifacts/org.openidentityplatform.commons/parent/
implementation ("org.openidentityplatform.commons:parent:2.0.15")
'org.openidentityplatform.commons:parent:pom:2.0.15'
<dependency org="org.openidentityplatform.commons" name="parent" rev="2.0.15">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.openidentityplatform.commons', module='parent', version='2.0.15')
)
libraryDependencies += "org.openidentityplatform.commons" % "parent" % "2.0.15"
[org.openidentityplatform.commons/parent "2.0.15"]