| GroupId | GroupIdorg.apache.ranger |
|---|---|
| ArtifactId | ArtifactIdranger-solr-plugin-shim |
| Version | Version0.6.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| ranger-solr-plugin-shim-0.6.2.pom | |
| ranger-solr-plugin-shim-0.6.2.jar | 13 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.ranger/ranger-solr-plugin-shim/ -->
<dependency>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger-solr-plugin-shim</artifactId>
<version>0.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.ranger/ranger-solr-plugin-shim/
implementation 'org.apache.ranger:ranger-solr-plugin-shim:0.6.2'
// https://jarcasting.com/artifacts/org.apache.ranger/ranger-solr-plugin-shim/
implementation ("org.apache.ranger:ranger-solr-plugin-shim:0.6.2")
'org.apache.ranger:ranger-solr-plugin-shim:jar:0.6.2'
<dependency org="org.apache.ranger" name="ranger-solr-plugin-shim" rev="0.6.2">
<artifact name="ranger-solr-plugin-shim" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.ranger', module='ranger-solr-plugin-shim', version='0.6.2')
)
libraryDependencies += "org.apache.ranger" % "ranger-solr-plugin-shim" % "0.6.2"
[org.apache.ranger/ranger-solr-plugin-shim "0.6.2"]