License |
License |
---|---|
GroupId | GroupIdorg.kie.modules |
ArtifactId | ArtifactIdkie-eap-static-modules |
Last Version | Last Version6.5.0.Final |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionKIE EAP - Static module definitions
The parent with dependencies imports the KIE Platform BOM and adds the default test-scoped dependencies.
All modules extend this parent, except for the user-facing BOMs (which are used here).
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
kie-eap-static-modules-6.5.0.Final.pom | 2 KB |
kie-eap-static-modules-6.5.0.Final-tests.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kie.modules/kie-eap-static-modules/ -->
<dependency>
<groupId>org.kie.modules</groupId>
<artifactId>kie-eap-static-modules</artifactId>
<version>6.5.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.kie.modules/kie-eap-static-modules/
implementation 'org.kie.modules:kie-eap-static-modules:6.5.0.Final'
// https://jarcasting.com/artifacts/org.kie.modules/kie-eap-static-modules/
implementation ("org.kie.modules:kie-eap-static-modules:6.5.0.Final")
'org.kie.modules:kie-eap-static-modules:jar:6.5.0.Final'
<dependency org="org.kie.modules" name="kie-eap-static-modules" rev="6.5.0.Final">
<artifact name="kie-eap-static-modules" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kie.modules', module='kie-eap-static-modules', version='6.5.0.Final')
)
libraryDependencies += "org.kie.modules" % "kie-eap-static-modules" % "6.5.0.Final"
[org.kie.modules/kie-eap-static-modules "6.5.0.Final"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | |
org.mockito : mockito-core | jar |