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