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