GroupId | GroupIdorg.sindice.siren |
---|---|
ArtifactId | ArtifactIdsiren-solr |
Version | Version0.2.3-RC1 |
Type | Typejar |
Filename | Size |
---|---|
siren-solr-0.2.3-RC1.pom | |
siren-solr-0.2.3-RC1.jar | 46 KB |
siren-solr-0.2.3-RC1-tests.jar | 37 KB |
siren-solr-0.2.3-RC1-test-sources.jar | 32 KB |
siren-solr-0.2.3-RC1-sources.jar | 40 KB |
siren-solr-0.2.3-RC1-javadoc.jar | 179 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sindice.siren/siren-solr/ -->
<dependency>
<groupId>org.sindice.siren</groupId>
<artifactId>siren-solr</artifactId>
<version>0.2.3-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.sindice.siren/siren-solr/
implementation 'org.sindice.siren:siren-solr:0.2.3-RC1'
// https://jarcasting.com/artifacts/org.sindice.siren/siren-solr/
implementation ("org.sindice.siren:siren-solr:0.2.3-RC1")
'org.sindice.siren:siren-solr:jar:0.2.3-RC1'
<dependency org="org.sindice.siren" name="siren-solr" rev="0.2.3-RC1">
<artifact name="siren-solr" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sindice.siren', module='siren-solr', version='0.2.3-RC1')
)
libraryDependencies += "org.sindice.siren" % "siren-solr" % "0.2.3-RC1"
[org.sindice.siren/siren-solr "0.2.3-RC1"]