GroupId | GroupIdorg.mycore |
---|---|
ArtifactId | ArtifactIdmycore-solr |
Version | Version2019.02 |
Type | Typejar |
Filename | Size |
---|---|
mycore-solr-2019.02.pom | |
mycore-solr-2019.02.jar | 186 KB |
mycore-solr-2019.02-test-sources.jar | 6 KB |
mycore-solr-2019.02-sources.jar | 147 KB |
mycore-solr-2019.02-javadoc.jar | 798 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mycore/mycore-solr/ -->
<dependency>
<groupId>org.mycore</groupId>
<artifactId>mycore-solr</artifactId>
<version>2019.02</version>
</dependency>
// https://jarcasting.com/artifacts/org.mycore/mycore-solr/
implementation 'org.mycore:mycore-solr:2019.02'
// https://jarcasting.com/artifacts/org.mycore/mycore-solr/
implementation ("org.mycore:mycore-solr:2019.02")
'org.mycore:mycore-solr:jar:2019.02'
<dependency org="org.mycore" name="mycore-solr" rev="2019.02">
<artifact name="mycore-solr" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mycore', module='mycore-solr', version='2019.02')
)
libraryDependencies += "org.mycore" % "mycore-solr" % "2019.02"
[org.mycore/mycore-solr "2019.02"]