Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdorg.openehealth.ipf.boot |
ArtifactId | ArtifactIdipf-spring-boot |
Version | Version3.2.1 |
Type | Typepom |
Filename | Size |
---|---|
ipf-spring-boot-3.2.1.pom | 2 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.2.1</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.2.1'
// https://jarcasting.com/artifacts/org.openehealth.ipf.boot/ipf-spring-boot/
implementation ("org.openehealth.ipf.boot:ipf-spring-boot:3.2.1")
'org.openehealth.ipf.boot:ipf-spring-boot:pom:3.2.1'
<dependency org="org.openehealth.ipf.boot" name="ipf-spring-boot" rev="3.2.1">
<artifact name="ipf-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.openehealth.ipf.boot', module='ipf-spring-boot', version='3.2.1')
)
libraryDependencies += "org.openehealth.ipf.boot" % "ipf-spring-boot" % "3.2.1"
[org.openehealth.ipf.boot/ipf-spring-boot "3.2.1"]