| Categories | 
                CategoriesSpring Boot Container Microservices | 
        
|---|---|
| GroupId | GroupIdorg.openehealth.ipf.boot | 
    
| ArtifactId | ArtifactIdipf-hpd-spring-boot-starter | 
    
| Version | Version3.5-20180302 | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/org.openehealth.ipf.boot/ipf-hpd-spring-boot-starter/ -->
<dependency>
    <groupId>org.openehealth.ipf.boot</groupId>
    <artifactId>ipf-hpd-spring-boot-starter</artifactId>
    <version>3.5-20180302</version>
</dependency>
                // https://jarcasting.com/artifacts/org.openehealth.ipf.boot/ipf-hpd-spring-boot-starter/
implementation 'org.openehealth.ipf.boot:ipf-hpd-spring-boot-starter:3.5-20180302'
                // https://jarcasting.com/artifacts/org.openehealth.ipf.boot/ipf-hpd-spring-boot-starter/
implementation ("org.openehealth.ipf.boot:ipf-hpd-spring-boot-starter:3.5-20180302")
                'org.openehealth.ipf.boot:ipf-hpd-spring-boot-starter:jar:3.5-20180302'
                <dependency org="org.openehealth.ipf.boot" name="ipf-hpd-spring-boot-starter" rev="3.5-20180302">
  <artifact name="ipf-hpd-spring-boot-starter" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.openehealth.ipf.boot', module='ipf-hpd-spring-boot-starter', version='3.5-20180302')
)
                libraryDependencies += "org.openehealth.ipf.boot" % "ipf-hpd-spring-boot-starter" % "3.5-20180302"
                [org.openehealth.ipf.boot/ipf-hpd-spring-boot-starter "3.5-20180302"]