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