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