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