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