scalikejdbc-async_2.12
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.scalikejdbc</groupId> <artifactId>scalikejdbc-async_2.12</artifactId> <version>0.20.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>org.scalikejdbc</groupId> <artifactId>scalikejdbc-async_2.12</artifactId> <packaging>jar</packaging> <description>scalikejdbc-async</description> <version>0.20.0</version> <name>scalikejdbc-async</name> <organization> <name>org.scalikejdbc</name> </organization> <url>https://scalikejdbc.org/</url> <licenses> <license> <name>Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.html</url> <distribution>repo</distribution> </license> </licenses> <scm> <url>git@github.com:scalikejdbc/scalikejdbc-async.git</url> <connection>scm:git:git@github.com:scalikejdbc/scalikejdbc-async.git</connection> </scm> <developers> <developer> <id>seratch</id> <name>Kazuhiro Sera</name> <url>https://github.com/seratch</url> </developer> </developers> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.12.19</version> </dependency> <dependency> <groupId>org.scala-lang.modules</groupId> <artifactId>scala-java8-compat_2.12</artifactId> <version>1.0.2</version> </dependency> <dependency> <groupId>org.scalikejdbc</groupId> <artifactId>scalikejdbc_2.12</artifactId> <version>4.3.0</version> </dependency> <dependency> <groupId>org.scalikejdbc</groupId> <artifactId>scalikejdbc-interpolation_2.12</artifactId> <version>4.3.0</version> </dependency> <dependency> <groupId>org.scalikejdbc</groupId> <artifactId>scalikejdbc-syntax-support-macro_2.12</artifactId> <version>4.3.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.scalikejdbc</groupId> <artifactId>scalikejdbc-joda-time_2.12</artifactId> <version>4.3.0</version> <scope>test</scope> </dependency> <dependency> <groupId>com.github.jasync-sql</groupId> <artifactId>jasync-postgresql</artifactId> <version>2.2.4</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.github.jasync-sql</groupId> <artifactId>jasync-mysql</artifactId> <version>2.2.4</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.dimafeng</groupId> <artifactId>testcontainers-scala_2.12</artifactId> <version>0.41.3</version> <scope>test</scope> </dependency> <dependency> <groupId>org.testcontainers</groupId> <artifactId>mysql</artifactId> <version>1.19.8</version> <scope>test</scope> </dependency> <dependency> <groupId>org.testcontainers</groupId> <artifactId>postgresql</artifactId> <version>1.19.8</version> <scope>test</scope> </dependency> <dependency> <groupId>org.postgresql</groupId> <artifactId>postgresql</artifactId> <version>42.7.3</version> <scope>test</scope> </dependency> <dependency> <groupId>com.mysql</groupId> <artifactId>mysql-connector-j</artifactId> <version>8.4.0</version> <scope>test</scope> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> <version>[1.2,1.3)</version> <scope>test</scope> </dependency> <dependency> <groupId>org.scalatest</groupId> <artifactId>scalatest-flatspec_2.12</artifactId> <version>3.2.18</version> <scope>test</scope> </dependency> <dependency> <groupId>org.scalatest</groupId> <artifactId>scalatest-shouldmatchers_2.12</artifactId> <version>3.2.18</version> <scope>test</scope> </dependency> </dependencies> </project>