License |
License |
---|---|
GroupId | GroupIdorg.apache.solr |
ArtifactId | ArtifactIdsolr-common |
Last Version | Last Version1.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Solr Common
Apache Solr Common
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
solr-common-1.3.0.pom | |
solr-common-1.3.0.jar | 86 KB |
solr-common-1.3.0-sources.jar | 75 KB |
solr-common-1.3.0-javadoc.jar | 260 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.solr/solr-common/ -->
<dependency>
<groupId>org.apache.solr</groupId>
<artifactId>solr-common</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.solr/solr-common/
implementation 'org.apache.solr:solr-common:1.3.0'
// https://jarcasting.com/artifacts/org.apache.solr/solr-common/
implementation ("org.apache.solr:solr-common:1.3.0")
'org.apache.solr:solr-common:jar:1.3.0'
<dependency org="org.apache.solr" name="solr-common" rev="1.3.0">
<artifact name="solr-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.solr', module='solr-common', version='1.3.0')
)
libraryDependencies += "org.apache.solr" % "solr-common" % "1.3.0"
[org.apache.solr/solr-common "1.3.0"]