<?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.wvlet.airframe</groupId> <artifactId>airframe-tablet_2.11</artifactId> <packaging>jar</packaging> <description>Data format conversion library</description> <url>https://github.com/wvlet/airframe</url> <version>0.26</version> <licenses> <license> <name>Apache-2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.html</url> <distribution>repo</distribution> </license> </licenses> <name>airframe-tablet</name> <organization> <name>org.wvlet.airframe</name> <url>https://github.com/wvlet/airframe</url> </organization> <scm> <url>https://github.com/wvlet/airframe</url> <connection>scm:git@github.com:wvlet/airframe.git</connection> </scm> <developers> <developer> <id>leo</id> <name>Taro L. Saito</name> <email>leo@xerial.org</email> <url>http://xerial.org/leo</url> </developer> </developers> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.11.11</version> </dependency> <dependency> <groupId>org.wvlet.airframe</groupId> <artifactId>airframe-log_2.11</artifactId> <version>0.26</version> </dependency> <dependency> <groupId>org.wvlet.airframe</groupId> <artifactId>airframe-surface_2.11</artifactId> <version>0.26</version> </dependency> <dependency> <groupId>org.wvlet.airframe</groupId> <artifactId>airframe-spec_2.11</artifactId> <version>0.26</version> <scope>test</scope> </dependency> <dependency> <groupId>org.msgpack</groupId> <artifactId>msgpack-core</artifactId> <version>0.8.13</version> </dependency> <dependency> <groupId>com.github.tototoshi</groupId> <artifactId>scala-csv_2.11</artifactId> <version>1.3.5</version> </dependency> <dependency> <groupId>org.scala-lang.modules</groupId> <artifactId>scala-parser-combinators_2.11</artifactId> <version>1.0.4</version> </dependency> <dependency> <groupId>org.scalacheck</groupId> <artifactId>scalacheck_2.11</artifactId> <version>1.13.4</version> <scope>test</scope> </dependency> <dependency> <groupId>org.xerial</groupId> <artifactId>sqlite-jdbc</artifactId> <version>3.20.1</version> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>org.wvlet.airframe</groupId> <artifactId>airframe-tablet_2.11</artifactId> <version>0.26</version> </dependency>
org.wvlet.airframe:airframe-tablet_2.11:0.26