Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdorg.openehealth.ipf.boot |
ArtifactId | ArtifactIdipf-atna-spring-boot-starter |
Version | Version4.0.0 |
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>4.0.0</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:4.0.0'
// https://jarcasting.com/artifacts/org.openehealth.ipf.boot/ipf-atna-spring-boot-starter/
implementation ("org.openehealth.ipf.boot:ipf-atna-spring-boot-starter:4.0.0")
'org.openehealth.ipf.boot:ipf-atna-spring-boot-starter:jar:4.0.0'
<dependency org="org.openehealth.ipf.boot" name="ipf-atna-spring-boot-starter" rev="4.0.0">
<artifact name="ipf-atna-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openehealth.ipf.boot', module='ipf-atna-spring-boot-starter', version='4.0.0')
)
libraryDependencies += "org.openehealth.ipf.boot" % "ipf-atna-spring-boot-starter" % "4.0.0"
[org.openehealth.ipf.boot/ipf-atna-spring-boot-starter "4.0.0"]