GroupId | GroupIdorg.openehealth.ipf.tutorials |
---|---|
ArtifactId | ArtifactIdipf-tutorials-ref |
Version | Version3.1.1 |
Type | Typejar |
<!-- 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.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.openehealth.ipf.tutorials/ipf-tutorials-ref/
implementation 'org.openehealth.ipf.tutorials:ipf-tutorials-ref:3.1.1'
// https://jarcasting.com/artifacts/org.openehealth.ipf.tutorials/ipf-tutorials-ref/
implementation ("org.openehealth.ipf.tutorials:ipf-tutorials-ref:3.1.1")
'org.openehealth.ipf.tutorials:ipf-tutorials-ref:jar:3.1.1'
<dependency org="org.openehealth.ipf.tutorials" name="ipf-tutorials-ref" rev="3.1.1">
<artifact name="ipf-tutorials-ref" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openehealth.ipf.tutorials', module='ipf-tutorials-ref', version='3.1.1')
)
libraryDependencies += "org.openehealth.ipf.tutorials" % "ipf-tutorials-ref" % "3.1.1"
[org.openehealth.ipf.tutorials/ipf-tutorials-ref "3.1.1"]