| License | 
                License
                                                        CDDL-1.0                                                 
                             | 
        
|---|---|
| Categories | 
                CategoriesNet | 
        
| GroupId | GroupIdnet.open-esb.runtime.standalone | 
    
| ArtifactId | ArtifactIdopenesb-standalone-packaging | 
    
| Last Version | Last Version3.0.6 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionOpenESB - Standalone - Packaging 
            OpenESB runtime in standalone mode - Packaging 
         | 
    
| Project Organization | 
                    Project OrganizationOpenESB Community | 
            
| Filename | Size | 
|---|---|
| openesb-standalone-packaging-3.0.6.pom | |
| openesb-standalone-packaging-3.0.6.zip | 7 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/net.open-esb.runtime.standalone/openesb-standalone-packaging/ -->
<dependency>
    <groupId>net.open-esb.runtime.standalone</groupId>
    <artifactId>openesb-standalone-packaging</artifactId>
    <version>3.0.6</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/net.open-esb.runtime.standalone/openesb-standalone-packaging/
implementation 'net.open-esb.runtime.standalone:openesb-standalone-packaging:3.0.6'
                // https://jarcasting.com/artifacts/net.open-esb.runtime.standalone/openesb-standalone-packaging/
implementation ("net.open-esb.runtime.standalone:openesb-standalone-packaging:3.0.6")
                'net.open-esb.runtime.standalone:openesb-standalone-packaging:pom:3.0.6'
                <dependency org="net.open-esb.runtime.standalone" name="openesb-standalone-packaging" rev="3.0.6">
  <artifact name="openesb-standalone-packaging" type="pom" />
</dependency>
                @Grapes(
@Grab(group='net.open-esb.runtime.standalone', module='openesb-standalone-packaging', version='3.0.6')
)
                libraryDependencies += "net.open-esb.runtime.standalone" % "openesb-standalone-packaging" % "3.0.6"
                [net.open-esb.runtime.standalone/openesb-standalone-packaging "3.0.6"]