| License | 
                License
                                                        Modified BSD License                                                 
                             | 
        
|---|---|
| Categories | 
                CategoriesJBoss Container Application Servers | 
        
| GroupId | GroupIdorg.ikasan | 
    
| ArtifactId | ArtifactIdsample-jboss-parent | 
    
| Last Version | Last Version2.0.4 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionIkasan Enterprise Integration Jboss samples 
            Ikasan Parent Project 
         | 
    
| Project Organization | 
                    Project Organization | 
            
| Filename | Size | 
|---|---|
| sample-jboss-parent-2.0.4.pom | 2 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.ikasan/sample-jboss-parent/ -->
<dependency>
    <groupId>org.ikasan</groupId>
    <artifactId>sample-jboss-parent</artifactId>
    <version>2.0.4</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/org.ikasan/sample-jboss-parent/
implementation 'org.ikasan:sample-jboss-parent:2.0.4'
                // https://jarcasting.com/artifacts/org.ikasan/sample-jboss-parent/
implementation ("org.ikasan:sample-jboss-parent:2.0.4")
                'org.ikasan:sample-jboss-parent:pom:2.0.4'
                <dependency org="org.ikasan" name="sample-jboss-parent" rev="2.0.4">
  <artifact name="sample-jboss-parent" type="pom" />
</dependency>
                @Grapes(
@Grab(group='org.ikasan', module='sample-jboss-parent', version='2.0.4')
)
                libraryDependencies += "org.ikasan" % "sample-jboss-parent" % "2.0.4"
                [org.ikasan/sample-jboss-parent "2.0.4"]