| Категории |
КатегорииСеть Dex Универсальные библиотеки Utility JADE |
|---|---|
| Группа | Группаnet.sourceforge.jadex |
| Идентификатор | Идентификаторjadex-applications-bdibpmn |
| Версия | Версия2.0-rc7 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/net.sourceforge.jadex/jadex-applications-bdibpmn/ -->
<dependency>
<groupId>net.sourceforge.jadex</groupId>
<artifactId>jadex-applications-bdibpmn</artifactId>
<version>2.0-rc7</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.jadex/jadex-applications-bdibpmn/
implementation 'net.sourceforge.jadex:jadex-applications-bdibpmn:2.0-rc7'
// https://jarcasting.com/artifacts/net.sourceforge.jadex/jadex-applications-bdibpmn/
implementation ("net.sourceforge.jadex:jadex-applications-bdibpmn:2.0-rc7")
'net.sourceforge.jadex:jadex-applications-bdibpmn:jar:2.0-rc7'
<dependency org="net.sourceforge.jadex" name="jadex-applications-bdibpmn" rev="2.0-rc7">
<artifact name="jadex-applications-bdibpmn" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.jadex', module='jadex-applications-bdibpmn', version='2.0-rc7')
)
libraryDependencies += "net.sourceforge.jadex" % "jadex-applications-bdibpmn" % "2.0-rc7"
[net.sourceforge.jadex/jadex-applications-bdibpmn "2.0-rc7"]