larray-mmap
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.xerial.larray</groupId>
<artifactId>larray-mmap</artifactId>
<version>0.4.1</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.xerial.larray</groupId>
<artifactId>larray-mmap</artifactId>
<packaging>jar</packaging>
<description>LArray mmap implementation</description>
<url>https://github.com/xerial/larray</url>
<version>0.4.1</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>larray-mmap</name>
<organization>
<name>xerial.org</name>
<url>http://xerial.org</url>
</organization>
<scm>
<connection>scm:git:github.com/xerial/larray.git</connection>
<developerConnection>scm:git:git@github.com:xerial/larray.git</developerConnection>
<url>github.com/xerial/larray.git</url>
</scm>
<properties>
<scala.version> 2.12.4 </scala.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<developers>
<developer>
<id>leo</id>
<name>Taro L. Saito</name>
<url>http://xerial.org/leo</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.xerial.larray</groupId>
<artifactId>larray-buffer</artifactId>
<version>0.4.1</version>
</dependency>
<dependency>
<groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId>
<version>1.1.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>