| License | 
                License
                                                        CDDL-1.0                                                 
                             | 
        
|---|---|
| Categories | 
                CategoriesNet CLI User Interface | 
        
| GroupId | GroupIdnet.open-esb.core | 
    
| ArtifactId | ArtifactIdri-clients | 
    
| Last Version | Last Version2.4.3 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            Descriptionri-clients-top 
            JBI Clients 
         | 
    
| Project Organization | 
                    Project OrganizationOpenESB Community | 
            
| Filename | Size | 
|---|---|
| ri-clients-2.4.3.pom | 1 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/net.open-esb.core/ri-clients/ -->
<dependency>
    <groupId>net.open-esb.core</groupId>
    <artifactId>ri-clients</artifactId>
    <version>2.4.3</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/net.open-esb.core/ri-clients/
implementation 'net.open-esb.core:ri-clients:2.4.3'
                // https://jarcasting.com/artifacts/net.open-esb.core/ri-clients/
implementation ("net.open-esb.core:ri-clients:2.4.3")
                'net.open-esb.core:ri-clients:pom:2.4.3'
                <dependency org="net.open-esb.core" name="ri-clients" rev="2.4.3">
  <artifact name="ri-clients" type="pom" />
</dependency>
                @Grapes(
@Grab(group='net.open-esb.core', module='ri-clients', version='2.4.3')
)
                libraryDependencies += "net.open-esb.core" % "ri-clients" % "2.4.3"
                [net.open-esb.core/ri-clients "2.4.3"]