is not current version
Last Version 1.0.4

org.apache.helix:helix-core 0.6.0-incubating


GroupId

GroupId

org.apache.helix
ArtifactId

ArtifactId

helix-core
Version

Version

0.6.0-incubating
Type

Type

jar

Download helix-core 0.6.0-incubating


<!-- https://jarcasting.com/artifacts/org.apache.helix/helix-core/ -->
<dependency>
    <groupId>org.apache.helix</groupId>
    <artifactId>helix-core</artifactId>
    <version>0.6.0-incubating</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.helix/helix-core/
implementation 'org.apache.helix:helix-core:0.6.0-incubating'
// https://jarcasting.com/artifacts/org.apache.helix/helix-core/
implementation ("org.apache.helix:helix-core:0.6.0-incubating")
'org.apache.helix:helix-core:jar:0.6.0-incubating'
<dependency org="org.apache.helix" name="helix-core" rev="0.6.0-incubating">
  <artifact name="helix-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.helix', module='helix-core', version='0.6.0-incubating')
)
libraryDependencies += "org.apache.helix" % "helix-core" % "0.6.0-incubating"
[org.apache.helix/helix-core "0.6.0-incubating"]