MVN

org.chtijbug.drools : drools-platform-parent

Maven & Gradle

Jun 09, 2017
0 stars

drools-platform-parent · Our first work is to create a set of tools to help in the adoption drools in our local companies. Those tools are here to make drools "enterprise ready "by adopting an industrial approach : we want to put in common a standard library that we shall all use in our drools project. This tools are of course open source and we use a friendly apache licence. Indeed, drools like any other jboss framework is a swiss knife that offers all possibilities. Our framework implements the best practices that we implemented in real projects that goes from how to monitor, report and supervise the use of drools. We hope you will enjoy our work and invite you to contact us in case of trouble. But do not forget we are a community !

<dependency>
    <groupId>org.chtijbug.drools</groupId>
    <artifactId>drools-platform-parent</artifactId>
    <version>0.5.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.chtijbug.drools : drools-platform-parent to add to Maven - Latest Versions:

  • Latest Stable: 0.5.5

All Versions

Choose a version of org.chtijbug.drools : drools-platform-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
0.5.x
drools-platform-parent-0.5.5
drools-platform-parent-0.5.4
drools-platform-parent-0.5.3
drools-platform-parent-0.5.2
drools-platform-parent-0.5.1
drools-platform-parent-0.5.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.chtijbug.drools</groupId>
    <artifactId>drools-platform-parent</artifactId>
    <version>0.5.5</version>
</dependency>