larray-buffer
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.xerial.larray</groupId> <artifactId>larray-buffer</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-buffer</artifactId> <packaging>jar</packaging> <description>LArray off-heap buffer library</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-buffer</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.scalatest</groupId> <artifactId>scalatest_2.11</artifactId> <version>3.0.1</version> <scope>test</scope> </dependency> <dependency> <groupId>org.wvlet</groupId> <artifactId>wvlet-log_2.11</artifactId> <version>1.1</version> <scope>test</scope> </dependency> </dependencies> </project>