Categories |
CategoriesScala Languages CLI User Interface |
---|---|
GroupId | GroupIdcom.github.takezoe |
ArtifactId | ArtifactIdsolr-scala-client_3 |
Version | Version0.0.26 |
Type | Typejar |
Filename | Size |
---|---|
solr-scala-client_3-0.0.26.pom | |
solr-scala-client_3-0.0.26.jar | 205 KB |
solr-scala-client_3-0.0.26-sources.jar | 21 KB |
solr-scala-client_3-0.0.26-javadoc.jar | 326 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.takezoe/solr-scala-client_3/ -->
<dependency>
<groupId>com.github.takezoe</groupId>
<artifactId>solr-scala-client_3</artifactId>
<version>0.0.26</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.takezoe/solr-scala-client_3/
implementation 'com.github.takezoe:solr-scala-client_3:0.0.26'
// https://jarcasting.com/artifacts/com.github.takezoe/solr-scala-client_3/
implementation ("com.github.takezoe:solr-scala-client_3:0.0.26")
'com.github.takezoe:solr-scala-client_3:jar:0.0.26'
<dependency org="com.github.takezoe" name="solr-scala-client_3" rev="0.0.26">
<artifact name="solr-scala-client_3" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.takezoe', module='solr-scala-client_3', version='0.0.26')
)
libraryDependencies += "com.github.takezoe" % "solr-scala-client_3" % "0.0.26"
[com.github.takezoe/solr-scala-client_3 "0.0.26"]