Files download
File Operation
parent-join-6.2.3.31.jar download
parent-join-6.2.3.31.pom download
parent-join-6.2.3.31-sources.jar download
Apache Maven
<dependency>
  <groupId>com.strapdata.elasticsearch.plugin</groupId>
  <artifactId>parent-join</artifactId>
  <version>6.2.3.31</version>
</dependency>
Gradle Groovy
implementation 'com.strapdata.elasticsearch.plugin:parent-join:6.2.3.31'
Gradle Kotlin
implementation("com.strapdata.elasticsearch.plugin:parent-join:6.2.3.31")
Scala SBT
libraryDependencies += "com.strapdata.elasticsearch.plugin" % "parent-join" % "6.2.3.31"
Groovy Grape
@Grapes(
  @Grab(group='com.strapdata.elasticsearch.plugin', module='parent-join', version='6.2.3.31')
)
Apache Ivy
<dependency org="com.strapdata.elasticsearch.plugin" name="parent-join" rev="6.2.3.31" />
Leiningen
[com.strapdata.elasticsearch.plugin/parent-join "6.2.3.31"]
Apache Buildr
'com.strapdata.elasticsearch.plugin:parent-join:jar:6.2.3.31'