<dependency>
<groupId>org.switchyard.components</groupId>
<artifactId>switchyard-component-common-rules</artifactId>
<version>0.6.0.Final</version>
</dependency>
implementation 'org.switchyard.components:switchyard-component-common-rules:0.6.0.Final'
implementation("org.switchyard.components:switchyard-component-common-rules:0.6.0.Final")
libraryDependencies += "org.switchyard.components" % "switchyard-component-common-rules" % "0.6.0.Final"
@Grapes(
@Grab(group='org.switchyard.components', module='switchyard-component-common-rules', version='0.6.0.Final')
)
<dependency org="org.switchyard.components" name="switchyard-component-common-rules" rev="0.6.0.Final" />
<parent> <groupId>org.switchyard.components</groupId> <artifactId>switchyard-component-common-parent</artifactId> <version>0.6.0.Final</version> </parent>
compile
|-- org.drools:drools-compiler
|-- org.drools:drools-persistence-jpa
|-- org.drools:knowledge-internal-api
|-- org.eclipse.jdt.core.compiler:ecj
|-- org.mvel:mvel2