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