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