License |
License |
---|---|
GroupId | GroupIdcool.solr |
ArtifactId | ArtifactIdsolr-util |
Version | Version1.6.0 |
Type | Typejar |
Description |
DescriptionUtility classes for Apache Solr
Utility classes for Apache Solr
|
Project URL |
Project URL |
Filename | Size |
---|---|
solr-util-1.6.0.pom | |
solr-util-1.6.0.jar | 18 KB |
solr-util-1.6.0-sources.jar | 16 KB |
solr-util-1.6.0-javadoc.jar | 98 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cool.solr/solr-util/ -->
<dependency>
<groupId>cool.solr</groupId>
<artifactId>solr-util</artifactId>
<version>1.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/cool.solr/solr-util/
implementation 'cool.solr:solr-util:1.6.0'
// https://jarcasting.com/artifacts/cool.solr/solr-util/
implementation ("cool.solr:solr-util:1.6.0")
'cool.solr:solr-util:jar:1.6.0'
<dependency org="cool.solr" name="solr-util" rev="1.6.0">
<artifact name="solr-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='cool.solr', module='solr-util', version='1.6.0')
)
libraryDependencies += "cool.solr" % "solr-util" % "1.6.0"
[cool.solr/solr-util "1.6.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.solr : solr-core | jar | 8.7.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |