Categories |
CategoriesDex General Purpose Libraries Utility |
---|---|
GroupId | GroupIdcom.googlecode.the-fascinator.plugins |
ArtifactId | ArtifactIdplugin-indexer-solr |
Version | Version1.0.4 |
Type | Typejar |
Filename | Size |
---|---|
plugin-indexer-solr-1.0.4.pom | |
plugin-indexer-solr-1.0.4.jar | 93 KB |
plugin-indexer-solr-1.0.4-sources.jar | 85 KB |
plugin-indexer-solr-1.0.4-javadoc.jar | 89 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.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.the-fascinator.plugins/plugin-indexer-solr/
implementation 'com.googlecode.the-fascinator.plugins:plugin-indexer-solr:1.0.4'
// https://jarcasting.com/artifacts/com.googlecode.the-fascinator.plugins/plugin-indexer-solr/
implementation ("com.googlecode.the-fascinator.plugins:plugin-indexer-solr:1.0.4")
'com.googlecode.the-fascinator.plugins:plugin-indexer-solr:jar:1.0.4'
<dependency org="com.googlecode.the-fascinator.plugins" name="plugin-indexer-solr" rev="1.0.4">
<artifact name="plugin-indexer-solr" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.the-fascinator.plugins', module='plugin-indexer-solr', version='1.0.4')
)
libraryDependencies += "com.googlecode.the-fascinator.plugins" % "plugin-indexer-solr" % "1.0.4"
[com.googlecode.the-fascinator.plugins/plugin-indexer-solr "1.0.4"]