| Категории |
КатегорииСеть |
|---|---|
| Группа | Группаnet.open-esb.core |
| Идентификатор | Идентификаторjbi-ext |
| Версия | Версия2.4.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| jbi-ext-2.4.0.pom | |
| jbi-ext-2.4.0.jar | 22 KB |
| jbi-ext-2.4.0-sources.jar | 512 bytes |
| jbi-ext-2.4.0-javadoc.jar | 333 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.open-esb.core/jbi-ext/ -->
<dependency>
<groupId>net.open-esb.core</groupId>
<artifactId>jbi-ext</artifactId>
<version>2.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.open-esb.core/jbi-ext/
implementation 'net.open-esb.core:jbi-ext:2.4.0'
// https://jarcasting.com/artifacts/net.open-esb.core/jbi-ext/
implementation ("net.open-esb.core:jbi-ext:2.4.0")
'net.open-esb.core:jbi-ext:jar:2.4.0'
<dependency org="net.open-esb.core" name="jbi-ext" rev="2.4.0">
<artifact name="jbi-ext" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.open-esb.core', module='jbi-ext', version='2.4.0')
)
libraryDependencies += "net.open-esb.core" % "jbi-ext" % "2.4.0"
[net.open-esb.core/jbi-ext "2.4.0"]