| Группа | Группаorg.apache.syncope.ext |
|---|---|
| Идентификатор | Идентификаторsyncope-ext-flowable |
| Версия | Версия2.1.5 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| syncope-ext-flowable-2.1.5.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.syncope.ext/syncope-ext-flowable/ -->
<dependency>
<groupId>org.apache.syncope.ext</groupId>
<artifactId>syncope-ext-flowable</artifactId>
<version>2.1.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.syncope.ext/syncope-ext-flowable/
implementation 'org.apache.syncope.ext:syncope-ext-flowable:2.1.5'
// https://jarcasting.com/artifacts/org.apache.syncope.ext/syncope-ext-flowable/
implementation ("org.apache.syncope.ext:syncope-ext-flowable:2.1.5")
'org.apache.syncope.ext:syncope-ext-flowable:pom:2.1.5'
<dependency org="org.apache.syncope.ext" name="syncope-ext-flowable" rev="2.1.5">
<artifact name="syncope-ext-flowable" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.syncope.ext', module='syncope-ext-flowable', version='2.1.5')
)
libraryDependencies += "org.apache.syncope.ext" % "syncope-ext-flowable" % "2.1.5"
[org.apache.syncope.ext/syncope-ext-flowable "2.1.5"]