| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииIDE Инструменты разработки |
| Группа | Группаorg.ow2.bonita |
| Идентификатор | Идентификаторbonita-identity |
| Последняя версия | Последняя версия4.1.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеBonita - Identity Service
The OW2 Consortium is an open source community committed to making available to everyone the
best and most reliable middleware technology. OW2 mission is to develop open source code
middleware and to foster a vibrant community and business ecosystem.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| bonita-identity-4.1.1.pom | |
| bonita-identity-4.1.1.jar | 11 KB |
| bonita-identity-4.1.1-sources.jar | 9 KB |
| bonita-identity-4.1.1-javadoc.jar | 56 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.ow2.bonita/bonita-identity/ -->
<dependency>
<groupId>org.ow2.bonita</groupId>
<artifactId>bonita-identity</artifactId>
<version>4.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.bonita/bonita-identity/
implementation 'org.ow2.bonita:bonita-identity:4.1.1'
// https://jarcasting.com/artifacts/org.ow2.bonita/bonita-identity/
implementation ("org.ow2.bonita:bonita-identity:4.1.1")
'org.ow2.bonita:bonita-identity:jar:4.1.1'
<dependency org="org.ow2.bonita" name="bonita-identity" rev="4.1.1">
<artifact name="bonita-identity" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.bonita', module='bonita-identity', version='4.1.1')
)
libraryDependencies += "org.ow2.bonita" % "bonita-identity" % "4.1.1"
[org.ow2.bonita/bonita-identity "4.1.1"]