elastic4s-effect-monix_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>nl.gn0s1s</groupId> <artifactId>elastic4s-effect-monix_2.13</artifactId> <version>8.15.3</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-effect-monix_2.13</artifactId> <packaging>jar</packaging> <description>elastic4s-effect-monix</description> <url>https://github.com/philippus/elastic4s</url> <version>8.15.3</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-effect-monix</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>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.13.15</version> </dependency> <dependency> <groupId>nl.gn0s1s</groupId> <artifactId>elastic4s-core_2.13</artifactId> <version>8.15.3</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_2.13</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-3-4_2.13</artifactId> <version>3.2.9.0</version> <scope>test</scope> </dependency> <dependency> <groupId>io.monix</groupId> <artifactId>monix_2.13</artifactId> <version>3.4.1</version> </dependency> </dependencies> </project>