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