GroupId | GroupIdorg.openehealth.ipf.osgi |
---|---|
ArtifactId | ArtifactIdipf-osgi-extender |
Version | Version3.1.1 |
Type | Typepom |
Filename | Size |
---|---|
ipf-osgi-extender-3.1.1.pom | 897 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.openehealth.ipf.osgi/ipf-osgi-extender/ -->
<dependency>
<groupId>org.openehealth.ipf.osgi</groupId>
<artifactId>ipf-osgi-extender</artifactId>
<version>3.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.openehealth.ipf.osgi/ipf-osgi-extender/
implementation 'org.openehealth.ipf.osgi:ipf-osgi-extender:3.1.1'
// https://jarcasting.com/artifacts/org.openehealth.ipf.osgi/ipf-osgi-extender/
implementation ("org.openehealth.ipf.osgi:ipf-osgi-extender:3.1.1")
'org.openehealth.ipf.osgi:ipf-osgi-extender:pom:3.1.1'
<dependency org="org.openehealth.ipf.osgi" name="ipf-osgi-extender" rev="3.1.1">
<artifact name="ipf-osgi-extender" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.openehealth.ipf.osgi', module='ipf-osgi-extender', version='3.1.1')
)
libraryDependencies += "org.openehealth.ipf.osgi" % "ipf-osgi-extender" % "3.1.1"
[org.openehealth.ipf.osgi/ipf-osgi-extender "3.1.1"]