License |
License |
---|---|
Categories |
CategoriesSearch Business Logic Libraries Elasticsearch |
GroupId | GroupIdcom.github.lbroudoux.elasticsearch |
ArtifactId | ArtifactIdsluice |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Filename | Size |
---|---|
sluice-0.0.1.pom | |
sluice-0.0.1.zip | 701 KB |
sluice-0.0.1-sources.jar | 8 KB |
sluice-0.0.1-javadoc.jar | 73 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.lbroudoux.elasticsearch/sluice/ -->
<dependency>
<groupId>com.github.lbroudoux.elasticsearch</groupId>
<artifactId>sluice</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lbroudoux.elasticsearch/sluice/
implementation 'com.github.lbroudoux.elasticsearch:sluice:0.0.1'
// https://jarcasting.com/artifacts/com.github.lbroudoux.elasticsearch/sluice/
implementation ("com.github.lbroudoux.elasticsearch:sluice:0.0.1")
'com.github.lbroudoux.elasticsearch:sluice:jar:0.0.1'
<dependency org="com.github.lbroudoux.elasticsearch" name="sluice" rev="0.0.1">
<artifact name="sluice" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lbroudoux.elasticsearch', module='sluice', version='0.0.1')
)
libraryDependencies += "com.github.lbroudoux.elasticsearch" % "sluice" % "0.0.1"
[com.github.lbroudoux.elasticsearch/sluice "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.elasticsearch : elasticsearch | jar | 1.3.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |