| License |
License |
|---|---|
| GroupId | GroupIdorg.drools |
| ArtifactId | ArtifactIdcdi-example-with-inclusion |
| Last Version | Last Version8.19.0.Beta |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionDrools :: CDI Example With Inclusion
The repo contains all code related to Drools project.
|
| Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.drools/cdi-example-with-inclusion/ -->
<dependency>
<groupId>org.drools</groupId>
<artifactId>cdi-example-with-inclusion</artifactId>
<version>8.19.0.Beta</version>
</dependency>
// https://jarcasting.com/artifacts/org.drools/cdi-example-with-inclusion/
implementation 'org.drools:cdi-example-with-inclusion:8.19.0.Beta'
// https://jarcasting.com/artifacts/org.drools/cdi-example-with-inclusion/
implementation ("org.drools:cdi-example-with-inclusion:8.19.0.Beta")
'org.drools:cdi-example-with-inclusion:jar:8.19.0.Beta'
<dependency org="org.drools" name="cdi-example-with-inclusion" rev="8.19.0.Beta">
<artifact name="cdi-example-with-inclusion" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.drools', module='cdi-example-with-inclusion', version='8.19.0.Beta')
)
libraryDependencies += "org.drools" % "cdi-example-with-inclusion" % "8.19.0.Beta"
[org.drools/cdi-example-with-inclusion "8.19.0.Beta"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.drools : drools-compiler | jar | |
| org.drools : drools-cdi | jar | |
| jakarta.enterprise : jakarta.enterprise.cdi-api | jar | 2.0.2 |
| org.jboss.weld.se : weld-se-core | jar | 3.1.6.Final |
| org.drools : cdi-example | jar | |
| org.kie : kie-api | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |