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