Categories |
CategoriesDex General Purpose Libraries Utility |
---|---|
GroupId | GroupIdcom.googlecode.the-fascinator.plugins |
ArtifactId | ArtifactIdplugin-indexer-solr |
Version | Version1.3 |
Type | Typejar |
Filename | Size |
---|---|
plugin-indexer-solr-1.3.pom | |
plugin-indexer-solr-1.3.jar | 95 KB |
plugin-indexer-solr-1.3-sources.jar | 86 KB |
plugin-indexer-solr-1.3-javadoc.jar | 98 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.the-fascinator.plugins/plugin-indexer-solr/ -->
<dependency>
<groupId>com.googlecode.the-fascinator.plugins</groupId>
<artifactId>plugin-indexer-solr</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.the-fascinator.plugins/plugin-indexer-solr/
implementation 'com.googlecode.the-fascinator.plugins:plugin-indexer-solr:1.3'
// https://jarcasting.com/artifacts/com.googlecode.the-fascinator.plugins/plugin-indexer-solr/
implementation ("com.googlecode.the-fascinator.plugins:plugin-indexer-solr:1.3")
'com.googlecode.the-fascinator.plugins:plugin-indexer-solr:jar:1.3'
<dependency org="com.googlecode.the-fascinator.plugins" name="plugin-indexer-solr" rev="1.3">
<artifact name="plugin-indexer-solr" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.the-fascinator.plugins', module='plugin-indexer-solr', version='1.3')
)
libraryDependencies += "com.googlecode.the-fascinator.plugins" % "plugin-indexer-solr" % "1.3"
[com.googlecode.the-fascinator.plugins/plugin-indexer-solr "1.3"]