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