GroupId | GroupIdcom.rbmhtechnology.vind |
---|---|
ArtifactId | ArtifactIdremote-solr-server |
Version | Version2.0.0-RC1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.rbmhtechnology.vind/remote-solr-server/ -->
<dependency>
<groupId>com.rbmhtechnology.vind</groupId>
<artifactId>remote-solr-server</artifactId>
<version>2.0.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/com.rbmhtechnology.vind/remote-solr-server/
implementation 'com.rbmhtechnology.vind:remote-solr-server:2.0.0-RC1'
// https://jarcasting.com/artifacts/com.rbmhtechnology.vind/remote-solr-server/
implementation ("com.rbmhtechnology.vind:remote-solr-server:2.0.0-RC1")
'com.rbmhtechnology.vind:remote-solr-server:jar:2.0.0-RC1'
<dependency org="com.rbmhtechnology.vind" name="remote-solr-server" rev="2.0.0-RC1">
<artifact name="remote-solr-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rbmhtechnology.vind', module='remote-solr-server', version='2.0.0-RC1')
)
libraryDependencies += "com.rbmhtechnology.vind" % "remote-solr-server" % "2.0.0-RC1"
[com.rbmhtechnology.vind/remote-solr-server "2.0.0-RC1"]