Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdorg.openehealth.ipf.boot |
ArtifactId | ArtifactIdipf-spring-boot |
Version | Version3.5.0 |
Type | Typepom |
Filename | Size |
---|---|
ipf-spring-boot-3.5.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openehealth.ipf.boot/ipf-spring-boot/ -->
<dependency>
<groupId>org.openehealth.ipf.boot</groupId>
<artifactId>ipf-spring-boot</artifactId>
<version>3.5.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.openehealth.ipf.boot/ipf-spring-boot/
implementation 'org.openehealth.ipf.boot:ipf-spring-boot:3.5.0'
// https://jarcasting.com/artifacts/org.openehealth.ipf.boot/ipf-spring-boot/
implementation ("org.openehealth.ipf.boot:ipf-spring-boot:3.5.0")
'org.openehealth.ipf.boot:ipf-spring-boot:pom:3.5.0'
<dependency org="org.openehealth.ipf.boot" name="ipf-spring-boot" rev="3.5.0">
<artifact name="ipf-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.openehealth.ipf.boot', module='ipf-spring-boot', version='3.5.0')
)
libraryDependencies += "org.openehealth.ipf.boot" % "ipf-spring-boot" % "3.5.0"
[org.openehealth.ipf.boot/ipf-spring-boot "3.5.0"]