s

solr

This project allows you to overlay your own local SOLR customizations on top of the default SOLR web application provided with DSpace.
文件下载
文件名 操作
solr-6.4.pom 下载
Apache Maven
<dependency>
  <groupId>org.dspace.modules</groupId>
  <artifactId>solr</artifactId>
  <version>6.4</version>
  <type>war</type>
</dependency>
Gradle Groovy
implementation 'org.dspace.modules:solr:6.4'
Gradle Kotlin
implementation("org.dspace.modules:solr:6.4")
Scala SBT
libraryDependencies += "org.dspace.modules" % "solr" % "6.4"
Groovy Grape
@Grapes(
  @Grab(group='org.dspace.modules', module='solr', version='6.4')
)
Apache Ivy
<dependency org="org.dspace.modules" name="solr" rev="6.4" />
Leiningen
[org.dspace.modules/solr "6.4"]
Apache Buildr
'org.dspace.modules:solr:jar:6.4'