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