Starting from version 7.0.0 the content of this repository was merged into kie-wb-distributions (https://github.com/droolsjbpm/kie-wb-distributions).
Older branches (e.g. 6.4.x, 6.3.x) are still kept in this repository.
| License |
License |
|---|---|
| GroupId | GroupIdorg.drools |
| ArtifactId | ArtifactIddrools-osgi-bundles |
| Last Version | Last Version5.6.0.Final |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionDrools OSGi bundles multiproject
Produces OSGi enabled Drools Expert and Fusions jars.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| drools-osgi-bundles-5.6.0.Final.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.drools/drools-osgi-bundles/ -->
<dependency>
<groupId>org.drools</groupId>
<artifactId>drools-osgi-bundles</artifactId>
<version>5.6.0.Final</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.drools/drools-osgi-bundles/
implementation 'org.drools:drools-osgi-bundles:5.6.0.Final'
// https://jarcasting.com/artifacts/org.drools/drools-osgi-bundles/
implementation ("org.drools:drools-osgi-bundles:5.6.0.Final")
'org.drools:drools-osgi-bundles:pom:5.6.0.Final'
<dependency org="org.drools" name="drools-osgi-bundles" rev="5.6.0.Final">
<artifact name="drools-osgi-bundles" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.drools', module='drools-osgi-bundles', version='5.6.0.Final')
)
libraryDependencies += "org.drools" % "drools-osgi-bundles" % "5.6.0.Final"
[org.drools/drools-osgi-bundles "5.6.0.Final"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |
| org.mockito : mockito-all | jar | 1.9.0 |
Older branches (e.g. 6.4.x, 6.3.x) are still kept in this repository.