| Categories |
CategoriesNet |
|---|---|
| GroupId | GroupIdnet.open-esb.core |
| ArtifactId | ArtifactIdjbi-spi |
| Version | Version2.4.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jbi-spi-2.4.0.pom | |
| jbi-spi-2.4.0.jar | 6 KB |
| jbi-spi-2.4.0-sources.jar | 18 KB |
| jbi-spi-2.4.0-javadoc.jar | 93 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.open-esb.core/jbi-spi/ -->
<dependency>
<groupId>net.open-esb.core</groupId>
<artifactId>jbi-spi</artifactId>
<version>2.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.open-esb.core/jbi-spi/
implementation 'net.open-esb.core:jbi-spi:2.4.0'
// https://jarcasting.com/artifacts/net.open-esb.core/jbi-spi/
implementation ("net.open-esb.core:jbi-spi:2.4.0")
'net.open-esb.core:jbi-spi:jar:2.4.0'
<dependency org="net.open-esb.core" name="jbi-spi" rev="2.4.0">
<artifact name="jbi-spi" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.open-esb.core', module='jbi-spi', version='2.4.0')
)
libraryDependencies += "net.open-esb.core" % "jbi-spi" % "2.4.0"
[net.open-esb.core/jbi-spi "2.4.0"]