| Categories | 
                CategoriesSpring Boot Container Microservices | 
        
|---|---|
| GroupId | GroupIdorg.openehealth.ipf.boot | 
    
| ArtifactId | ArtifactIdipf-hpd-spring-boot-starter | 
    
| Version | Version3.4-20170926 | 
        
| 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.4-20170926</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.4-20170926'
                // https://jarcasting.com/artifacts/org.openehealth.ipf.boot/ipf-hpd-spring-boot-starter/
implementation ("org.openehealth.ipf.boot:ipf-hpd-spring-boot-starter:3.4-20170926")
                'org.openehealth.ipf.boot:ipf-hpd-spring-boot-starter:jar:3.4-20170926'
                <dependency org="org.openehealth.ipf.boot" name="ipf-hpd-spring-boot-starter" rev="3.4-20170926">
  <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.4-20170926')
)
                libraryDependencies += "org.openehealth.ipf.boot" % "ipf-hpd-spring-boot-starter" % "3.4-20170926"
                [org.openehealth.ipf.boot/ipf-hpd-spring-boot-starter "3.4-20170926"]