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