License |
License |
---|---|
GroupId | GroupIdcom.itranswarp |
ArtifactId | ArtifactIdes-wrapper |
Last Version | Last Version1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiones-wrapper
A simple ES wrapper for Java
|
Project URL |
Project URL |
Filename | Size |
---|---|
es-wrapper-1.3.pom | |
es-wrapper-1.3.jar | 21 KB |
es-wrapper-1.3-tests.jar | 10 KB |
es-wrapper-1.3-sources.jar | 9 KB |
es-wrapper-1.3-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.itranswarp/es-wrapper/ -->
<dependency>
<groupId>com.itranswarp</groupId>
<artifactId>es-wrapper</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.itranswarp/es-wrapper/
implementation 'com.itranswarp:es-wrapper:1.3'
// https://jarcasting.com/artifacts/com.itranswarp/es-wrapper/
implementation ("com.itranswarp:es-wrapper:1.3")
'com.itranswarp:es-wrapper:jar:1.3'
<dependency org="com.itranswarp" name="es-wrapper" rev="1.3">
<artifact name="es-wrapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.itranswarp', module='es-wrapper', version='1.3')
)
libraryDependencies += "com.itranswarp" % "es-wrapper" % "1.3"
[com.itranswarp/es-wrapper "1.3"]
Group / Artifact | Type | Version |
---|---|---|
org.elasticsearch.client : transport | jar | 5.0.0 |
commons-logging : commons-logging-api | jar | 1.1 |
org.apache.logging.log4j : log4j-api | jar | 2.6.2 |
org.apache.logging.log4j : log4j-core | jar | 2.6.2 |
org.apache.logging.log4j : log4j-jcl | jar | 2.6.2 |
com.fasterxml.jackson.core : jackson-core | jar | 2.6.0 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.6.0 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.6.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |