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