GroupId | GroupIdorg.drools |
---|---|
ArtifactId | ArtifactIdkie-module-from-multiple-files |
Version | Version7.22.0.t042 |
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>7.22.0.t042</version>
</dependency>
// https://jarcasting.com/artifacts/org.drools/kie-module-from-multiple-files/
implementation 'org.drools:kie-module-from-multiple-files:7.22.0.t042'
// https://jarcasting.com/artifacts/org.drools/kie-module-from-multiple-files/
implementation ("org.drools:kie-module-from-multiple-files:7.22.0.t042")
'org.drools:kie-module-from-multiple-files:jar:7.22.0.t042'
<dependency org="org.drools" name="kie-module-from-multiple-files" rev="7.22.0.t042">
<artifact name="kie-module-from-multiple-files" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.drools', module='kie-module-from-multiple-files', version='7.22.0.t042')
)
libraryDependencies += "org.drools" % "kie-module-from-multiple-files" % "7.22.0.t042"
[org.drools/kie-module-from-multiple-files "7.22.0.t042"]