GroupId | GroupIdorg.apache.sentry |
---|---|
ArtifactId | ArtifactIdsentry-tests-solr |
Version | Version1.7.0 |
Type | Typejar |
Filename | Size |
---|---|
sentry-tests-solr-1.7.0.pom | |
sentry-tests-solr-1.7.0.jar | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.sentry/sentry-tests-solr/ -->
<dependency>
<groupId>org.apache.sentry</groupId>
<artifactId>sentry-tests-solr</artifactId>
<version>1.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.sentry/sentry-tests-solr/
implementation 'org.apache.sentry:sentry-tests-solr:1.7.0'
// https://jarcasting.com/artifacts/org.apache.sentry/sentry-tests-solr/
implementation ("org.apache.sentry:sentry-tests-solr:1.7.0")
'org.apache.sentry:sentry-tests-solr:jar:1.7.0'
<dependency org="org.apache.sentry" name="sentry-tests-solr" rev="1.7.0">
<artifact name="sentry-tests-solr" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.sentry', module='sentry-tests-solr', version='1.7.0')
)
libraryDependencies += "org.apache.sentry" % "sentry-tests-solr" % "1.7.0"
[org.apache.sentry/sentry-tests-solr "1.7.0"]