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