quill-jasync-mysql_2.11
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.getquill</groupId>
<artifactId>quill-jasync-mysql_2.11</artifactId>
<version>4.3.0</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>io.getquill</groupId>
<artifactId>quill-jasync-mysql_2.11</artifactId>
<packaging>jar</packaging>
<description>quill-jasync-mysql</description>
<url>http://github.com/getquill/quill</url>
<version>4.3.0</version>
<licenses>
<license>
<name>Apache License 2.0</name>
<url>https://raw.githubusercontent.com/getquill/quill/master/LICENSE.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>quill-jasync-mysql</name>
<organization>
<name>io.getquill</name>
<url>http://github.com/getquill/quill</url>
</organization>
<scm>
<url>https://github.com/getquill/quill</url>
<connection>git:git@github.com:getquill/quill.git</connection>
</scm>
<developers>
<developer>
<id>fwbrasil</id>
<name>Flavio W. Brasil</name>
<url>http://github.com/fwbrasil</url>
</developer>
<developer>
<id>deusaquilus</id>
<name>Alexander Ioffe</name>
<url>https://github.com/deusaquilus</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.11.12</version>
</dependency>
<dependency>
<groupId>io.getquill</groupId>
<artifactId>quill-jasync_2.11</artifactId>
<version>4.3.0</version>
</dependency>
<dependency>
<groupId>com.lihaoyi</groupId>
<artifactId>pprint_2.11</artifactId>
<version>0.6.6</version>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.11</artifactId>
<version>3.2.10</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>3.0.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.scala-lang.modules</groupId>
<artifactId>scala-collection-compat_2.11</artifactId>
<version>2.7.0</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.jasync-sql</groupId>
<artifactId>jasync-mysql</artifactId>
<version>2.0.6</version>
</dependency>
</dependencies>
</project>