GroupId | GroupIdorg.openehealth.ipf.commons |
---|---|
ArtifactId | ArtifactIdipf-commons-flow |
Version | Version3.0.5 |
Type | Typejar |
Filename | Size |
---|---|
ipf-commons-flow-3.0.5.pom | |
ipf-commons-flow-3.0.5.jar | 84 KB |
ipf-commons-flow-3.0.5-sources.jar | 68 KB |
ipf-commons-flow-3.0.5-javadoc.jar | 326 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openehealth.ipf.commons/ipf-commons-flow/ -->
<dependency>
<groupId>org.openehealth.ipf.commons</groupId>
<artifactId>ipf-commons-flow</artifactId>
<version>3.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.openehealth.ipf.commons/ipf-commons-flow/
implementation 'org.openehealth.ipf.commons:ipf-commons-flow:3.0.5'
// https://jarcasting.com/artifacts/org.openehealth.ipf.commons/ipf-commons-flow/
implementation ("org.openehealth.ipf.commons:ipf-commons-flow:3.0.5")
'org.openehealth.ipf.commons:ipf-commons-flow:jar:3.0.5'
<dependency org="org.openehealth.ipf.commons" name="ipf-commons-flow" rev="3.0.5">
<artifact name="ipf-commons-flow" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openehealth.ipf.commons', module='ipf-commons-flow', version='3.0.5')
)
libraryDependencies += "org.openehealth.ipf.commons" % "ipf-commons-flow" % "3.0.5"
[org.openehealth.ipf.commons/ipf-commons-flow "3.0.5"]