License |
License |
---|---|
Categories |
CategoriesSearch Business Logic Libraries Elasticsearch |
GroupId | GroupIdcn.org.faster |
ArtifactId | ArtifactIdfaster-elasticsearch |
Version | Version1.4.2.RELEASE |
Type | Typejar |
Description |
DescriptionParent pom providing dependency and plugin management for applications
built with Maven
|
Filename | Size |
---|---|
faster-elasticsearch-1.4.2.RELEASE.pom | |
faster-elasticsearch-1.4.2.RELEASE.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.org.faster/faster-elasticsearch/ -->
<dependency>
<groupId>cn.org.faster</groupId>
<artifactId>faster-elasticsearch</artifactId>
<version>1.4.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.org.faster/faster-elasticsearch/
implementation 'cn.org.faster:faster-elasticsearch:1.4.2.RELEASE'
// https://jarcasting.com/artifacts/cn.org.faster/faster-elasticsearch/
implementation ("cn.org.faster:faster-elasticsearch:1.4.2.RELEASE")
'cn.org.faster:faster-elasticsearch:jar:1.4.2.RELEASE'
<dependency org="cn.org.faster" name="faster-elasticsearch" rev="1.4.2.RELEASE">
<artifact name="faster-elasticsearch" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.org.faster', module='faster-elasticsearch', version='1.4.2.RELEASE')
)
libraryDependencies += "cn.org.faster" % "faster-elasticsearch" % "1.4.2.RELEASE"
[cn.org.faster/faster-elasticsearch "1.4.2.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
cn.org.faster : faster-core | jar | 1.4.2.RELEASE |
org.springframework.data : spring-data-elasticsearch | jar | 3.1.8.RELEASE |