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