GroupId | GroupIdorg.openehealth.ipf.commons |
---|---|
ArtifactId | ArtifactIdipf-commons-flow |
Version | Version3.2-rc2 |
Type | Typejar |
Filename | Size |
---|---|
ipf-commons-flow-3.2-rc2.pom | |
ipf-commons-flow-3.2-rc2.jar | 77 KB |
ipf-commons-flow-3.2-rc2-test-sources.jar | 40 KB |
ipf-commons-flow-3.2-rc2-sources.jar | 70 KB |
ipf-commons-flow-3.2-rc2-javadoc.jar | 329 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.2-rc2</version>
</dependency>
// https://jarcasting.com/artifacts/org.openehealth.ipf.commons/ipf-commons-flow/
implementation 'org.openehealth.ipf.commons:ipf-commons-flow:3.2-rc2'
// https://jarcasting.com/artifacts/org.openehealth.ipf.commons/ipf-commons-flow/
implementation ("org.openehealth.ipf.commons:ipf-commons-flow:3.2-rc2")
'org.openehealth.ipf.commons:ipf-commons-flow:jar:3.2-rc2'
<dependency org="org.openehealth.ipf.commons" name="ipf-commons-flow" rev="3.2-rc2">
<artifact name="ipf-commons-flow" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openehealth.ipf.commons', module='ipf-commons-flow', version='3.2-rc2')
)
libraryDependencies += "org.openehealth.ipf.commons" % "ipf-commons-flow" % "3.2-rc2"
[org.openehealth.ipf.commons/ipf-commons-flow "3.2-rc2"]