License |
License |
---|---|
GroupId | GroupIdio.ino |
ArtifactId | ArtifactIdsolrs_2.12 |
Last Version | Last Version2.6.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionsolrs
A solr client for scala, providing a query interface like SolrJ, just asynchronously / non-blocking
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
solrs_2.12-2.6.0.pom | |
solrs_2.12-2.6.0.jar | 345 KB |
solrs_2.12-2.6.0-tests.jar | 608 KB |
solrs_2.12-2.6.0-sources.jar | 43 KB |
solrs_2.12-2.6.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.ino/solrs_2.12/ -->
<dependency>
<groupId>io.ino</groupId>
<artifactId>solrs_2.12</artifactId>
<version>2.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.ino/solrs_2.12/
implementation 'io.ino:solrs_2.12:2.6.0'
// https://jarcasting.com/artifacts/io.ino/solrs_2.12/
implementation ("io.ino:solrs_2.12:2.6.0")
'io.ino:solrs_2.12:jar:2.6.0'
<dependency org="io.ino" name="solrs_2.12" rev="2.6.0">
<artifact name="solrs_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ino', module='solrs_2.12', version='2.6.0')
)
libraryDependencies += "io.ino" % "solrs_2.12" % "2.6.0"
[io.ino/solrs_2.12 "2.6.0"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.12.15 |
org.apache.solr : solr-solrj | jar | 8.11.1 |
org.asynchttpclient : async-http-client | jar | 2.12.3 |
org.scala-lang.modules : scala-xml_2.12 | jar | 2.0.1 |
org.scala-lang.modules : scala-java8-compat_2.12 | jar | 1.0.2 |
io.dropwizard.metrics : metrics-core Optional | jar | 4.2.7 |
org.slf4j : slf4j-api | jar | 1.7.32 |
com.twitter : util-core_2.12 Optional | jar | 21.12.0 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-simple | jar | 1.7.32 |
org.scalatest : scalatest_2.12 | jar | 3.2.10 |
org.scalatestplus : mockito-3-4_2.12 | jar | 3.2.10.0 |
org.scalatestplus : junit-4-13_2.12 | jar | 3.2.10.0 |
com.github.sbt : junit-interface | jar | 0.13.3 |
org.mockito : mockito-core | jar | 4.2.0 |
org.hamcrest : hamcrest-library | jar | 2.2 |
org.apache.solr : solr-test-framework | jar | 8.11.1 |