| GroupId | GroupIdio.chatpal.solr |
|---|---|
| ArtifactId | ArtifactIdsolr-ext |
| Version | Version0.0.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| solr-ext-0.0.4.pom | |
| solr-ext-0.0.4.jar | 35 KB |
| solr-ext-0.0.4-sources.jar | 21 KB |
| solr-ext-0.0.4-javadoc.jar | 122 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.chatpal.solr/solr-ext/ -->
<dependency>
<groupId>io.chatpal.solr</groupId>
<artifactId>solr-ext</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.chatpal.solr/solr-ext/
implementation 'io.chatpal.solr:solr-ext:0.0.4'
// https://jarcasting.com/artifacts/io.chatpal.solr/solr-ext/
implementation ("io.chatpal.solr:solr-ext:0.0.4")
'io.chatpal.solr:solr-ext:jar:0.0.4'
<dependency org="io.chatpal.solr" name="solr-ext" rev="0.0.4">
<artifact name="solr-ext" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.chatpal.solr', module='solr-ext', version='0.0.4')
)
libraryDependencies += "io.chatpal.solr" % "solr-ext" % "0.0.4"
[io.chatpal.solr/solr-ext "0.0.4"]