GroupId | GroupIdorg.apache.bigtop.itest |
---|---|
ArtifactId | ArtifactIdsolr-smoke |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
solr-smoke-1.1.0.pom | |
solr-smoke-1.1.0.jar | 28 KB |
solr-smoke-1.1.0-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.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.bigtop.itest/solr-smoke/
implementation 'org.apache.bigtop.itest:solr-smoke:1.1.0'
// https://jarcasting.com/artifacts/org.apache.bigtop.itest/solr-smoke/
implementation ("org.apache.bigtop.itest:solr-smoke:1.1.0")
'org.apache.bigtop.itest:solr-smoke:jar:1.1.0'
<dependency org="org.apache.bigtop.itest" name="solr-smoke" rev="1.1.0">
<artifact name="solr-smoke" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.bigtop.itest', module='solr-smoke', version='1.1.0')
)
libraryDependencies += "org.apache.bigtop.itest" % "solr-smoke" % "1.1.0"
[org.apache.bigtop.itest/solr-smoke "1.1.0"]