| License | License | 
|---|---|
| GroupId | GroupIdorg.apache.servicemix.examples | 
| ArtifactId | ArtifactIdjbi | 
| Last Version | Last Version4.5.3 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionApache ServiceMix :: Features :: Examples :: JBI Bill-of-materials of the core components and versions used for building the features project
    (This POM contains the dependencies and versions that are useful to both users and our own development) | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| jbi-4.5.3.pom | 1 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.apache.servicemix.examples/jbi/ -->
<dependency>
    <groupId>org.apache.servicemix.examples</groupId>
    <artifactId>jbi</artifactId>
    <version>4.5.3</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.apache.servicemix.examples/jbi/
implementation 'org.apache.servicemix.examples:jbi:4.5.3'// https://jarcasting.com/artifacts/org.apache.servicemix.examples/jbi/
implementation ("org.apache.servicemix.examples:jbi:4.5.3")'org.apache.servicemix.examples:jbi:pom:4.5.3'<dependency org="org.apache.servicemix.examples" name="jbi" rev="4.5.3">
  <artifact name="jbi" type="pom" />
</dependency>@Grapes(
@Grab(group='org.apache.servicemix.examples', module='jbi', version='4.5.3')
)libraryDependencies += "org.apache.servicemix.examples" % "jbi" % "4.5.3"[org.apache.servicemix.examples/jbi "4.5.3"]