GroupId | GroupIdorg.drools |
---|---|
ArtifactId | ArtifactIdkie-module-from-multiple-files |
Version | Version6.2.0.CR3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.drools/kie-module-from-multiple-files/ -->
<dependency>
<groupId>org.drools</groupId>
<artifactId>kie-module-from-multiple-files</artifactId>
<version>6.2.0.CR3</version>
</dependency>
// https://jarcasting.com/artifacts/org.drools/kie-module-from-multiple-files/
implementation 'org.drools:kie-module-from-multiple-files:6.2.0.CR3'
// https://jarcasting.com/artifacts/org.drools/kie-module-from-multiple-files/
implementation ("org.drools:kie-module-from-multiple-files:6.2.0.CR3")
'org.drools:kie-module-from-multiple-files:jar:6.2.0.CR3'
<dependency org="org.drools" name="kie-module-from-multiple-files" rev="6.2.0.CR3">
<artifact name="kie-module-from-multiple-files" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.drools', module='kie-module-from-multiple-files', version='6.2.0.CR3')
)
libraryDependencies += "org.drools" % "kie-module-from-multiple-files" % "6.2.0.CR3"
[org.drools/kie-module-from-multiple-files "6.2.0.CR3"]