License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdde.dfki.cos.basys.platform |
ArtifactId | ArtifactIdosgi |
Last Version | Last Version0.2.6 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionBaSys 4.0 Platform - OSGi Integration Module
The BaSys 4.0 platform consisting of models, runtime services and OSGi integration
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
osgi-0.2.6.pom | 775 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/de.dfki.cos.basys.platform/osgi/ -->
<dependency>
<groupId>de.dfki.cos.basys.platform</groupId>
<artifactId>osgi</artifactId>
<version>0.2.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.dfki.cos.basys.platform/osgi/
implementation 'de.dfki.cos.basys.platform:osgi:0.2.6'
// https://jarcasting.com/artifacts/de.dfki.cos.basys.platform/osgi/
implementation ("de.dfki.cos.basys.platform:osgi:0.2.6")
'de.dfki.cos.basys.platform:osgi:pom:0.2.6'
<dependency org="de.dfki.cos.basys.platform" name="osgi" rev="0.2.6">
<artifact name="osgi" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.dfki.cos.basys.platform', module='osgi', version='0.2.6')
)
libraryDependencies += "de.dfki.cos.basys.platform" % "osgi" % "0.2.6"
[de.dfki.cos.basys.platform/osgi "0.2.6"]