elastic4s-client-sniffed_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>nl.gn0s1s</groupId>
<artifactId>elastic4s-client-sniffed_3</artifactId>
<version>8.15.4</version>
</dependency><?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>nl.gn0s1s</groupId>
<artifactId>elastic4s-client-sniffed_3</artifactId>
<packaging>jar</packaging>
<description>elastic4s-client-sniffed</description>
<url>https://github.com/philippus/elastic4s</url>
<version>8.15.4</version>
<licenses>
<license>
<name>Apache-2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>elastic4s-client-sniffed</name>
<inceptionYear>2013</inceptionYear>
<organization>
<name>nl.gn0s1s</name>
<url>https://github.com/philippus/elastic4s</url>
</organization>
<scm>
<url>https://github.com/Philippus/elastic4s</url>
<connection>scm:git:https://github.com/Philippus/elastic4s.git</connection>
<developerConnection>scm:git:git@github.com:Philippus/elastic4s.git</developerConnection>
</scm>
<developers>
<developer>
<id>Philippus</id>
<name>Philippus Baalman</name>
<url>https://github.com/philippus</url>
</developer>
<developer>
<id>sksamuel</id>
<name>Samuel</name>
<url>https://github.com/sksamuel</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>nl.gn0s1s</groupId>
<artifactId>elastic4s-client-esjava_3</artifactId>
<version>8.15.4</version>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala3-library_3</artifactId>
<version>3.3.4</version>
</dependency>
<dependency>
<groupId>com.typesafe</groupId>
<artifactId>config</artifactId>
<version>1.4.3</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.16</version>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_3</artifactId>
<version>3.2.19</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.14.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalatestplus</groupId>
<artifactId>mockito-5-12_3</artifactId>
<version>3.2.19.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.elasticsearch.client</groupId>
<artifactId>elasticsearch-rest-client-sniffer</artifactId>
<version>8.15.4</version>
</dependency>
</dependencies>
</project>