GroupId | GroupIdcom.sitewhere |
---|---|
ArtifactId | ArtifactIdsitewhere-solr |
Version | Version3.0.0.beta9 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.sitewhere/sitewhere-solr/ -->
<dependency>
<groupId>com.sitewhere</groupId>
<artifactId>sitewhere-solr</artifactId>
<version>3.0.0.beta9</version>
</dependency>
// https://jarcasting.com/artifacts/com.sitewhere/sitewhere-solr/
implementation 'com.sitewhere:sitewhere-solr:3.0.0.beta9'
// https://jarcasting.com/artifacts/com.sitewhere/sitewhere-solr/
implementation ("com.sitewhere:sitewhere-solr:3.0.0.beta9")
'com.sitewhere:sitewhere-solr:jar:3.0.0.beta9'
<dependency org="com.sitewhere" name="sitewhere-solr" rev="3.0.0.beta9">
<artifact name="sitewhere-solr" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sitewhere', module='sitewhere-solr', version='3.0.0.beta9')
)
libraryDependencies += "com.sitewhere" % "sitewhere-solr" % "3.0.0.beta9"
[com.sitewhere/sitewhere-solr "3.0.0.beta9"]