GroupId | GroupIdcom.github.paulcwarren |
---|---|
ArtifactId | ArtifactIdspring-content-solr |
Version | Version0.0.5 |
Type | Typejar |
Filename | Size |
---|---|
spring-content-solr-0.0.5.pom | |
spring-content-solr-0.0.5.jar | 13 KB |
spring-content-solr-0.0.5-sources.jar | 6 KB |
spring-content-solr-0.0.5-javadoc.jar | 64 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.paulcwarren/spring-content-solr/ -->
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-solr</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.paulcwarren/spring-content-solr/
implementation 'com.github.paulcwarren:spring-content-solr:0.0.5'
// https://jarcasting.com/artifacts/com.github.paulcwarren/spring-content-solr/
implementation ("com.github.paulcwarren:spring-content-solr:0.0.5")
'com.github.paulcwarren:spring-content-solr:jar:0.0.5'
<dependency org="com.github.paulcwarren" name="spring-content-solr" rev="0.0.5">
<artifact name="spring-content-solr" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.paulcwarren', module='spring-content-solr', version='0.0.5')
)
libraryDependencies += "com.github.paulcwarren" % "spring-content-solr" % "0.0.5"
[com.github.paulcwarren/spring-content-solr "0.0.5"]