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