GroupId | GroupIdorg.apache.bigtop.itest |
---|---|
ArtifactId | ArtifactIdsolr-smoke |
Version | Version1.2.1 |
Type | Typejar |
Filename | Size |
---|---|
solr-smoke-1.2.1.pom | |
solr-smoke-1.2.1.jar | 22 KB |
solr-smoke-1.2.1-project.tar.gz | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.bigtop.itest/solr-smoke/ -->
<dependency>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>solr-smoke</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.bigtop.itest/solr-smoke/
implementation 'org.apache.bigtop.itest:solr-smoke:1.2.1'
// https://jarcasting.com/artifacts/org.apache.bigtop.itest/solr-smoke/
implementation ("org.apache.bigtop.itest:solr-smoke:1.2.1")
'org.apache.bigtop.itest:solr-smoke:jar:1.2.1'
<dependency org="org.apache.bigtop.itest" name="solr-smoke" rev="1.2.1">
<artifact name="solr-smoke" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.bigtop.itest', module='solr-smoke', version='1.2.1')
)
libraryDependencies += "org.apache.bigtop.itest" % "solr-smoke" % "1.2.1"
[org.apache.bigtop.itest/solr-smoke "1.2.1"]