License |
License |
---|---|
GroupId | GroupIdorg.kie.modules |
ArtifactId | ArtifactIdorg-apache-helix |
Version | Version6.5.0.Final |
Type | Typejar |
Description |
DescriptionKIE EAP - org-apache-helix static module
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 |
---|---|
org-apache-helix-6.5.0.Final.pom | 969 bytes |
org-apache-helix-6.5.0.Final-tests.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kie.modules/org-apache-helix/ -->
<dependency>
<groupId>org.kie.modules</groupId>
<artifactId>org-apache-helix</artifactId>
<version>6.5.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.kie.modules/org-apache-helix/
implementation 'org.kie.modules:org-apache-helix:6.5.0.Final'
// https://jarcasting.com/artifacts/org.kie.modules/org-apache-helix/
implementation ("org.kie.modules:org-apache-helix:6.5.0.Final")
'org.kie.modules:org-apache-helix:jar:6.5.0.Final'
<dependency org="org.kie.modules" name="org-apache-helix" rev="6.5.0.Final">
<artifact name="org-apache-helix" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kie.modules', module='org-apache-helix', version='6.5.0.Final')
)
libraryDependencies += "org.kie.modules" % "org-apache-helix" % "6.5.0.Final"
[org.kie.modules/org-apache-helix "6.5.0.Final"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.helix : helix-core | jar |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | |
org.mockito : mockito-core | jar |